Ejemplo n.º 1
0
 public RotatingImagesController(IRotatingImageServices rotatingImageServices, IRotatingImageGroupServices rotatingImageGroupServices)
 {
     _rotatingImageServices      = rotatingImageServices;
     _rotatingImageGroupServices = rotatingImageGroupServices;
 }
Ejemplo n.º 2
0
 public RotatingImagesController(IRotatingImageServices rotatingImageServices, IRotatingImageGroupServices rotatingImageGroupServices)
 {
     _rotatingImageServices = rotatingImageServices;
     _rotatingImageGroupServices = rotatingImageGroupServices;
 }