Пример #1
0
 public RotatingImagesController(IRotatingImageServices rotatingImageServices, IRotatingImageGroupServices rotatingImageGroupServices)
 {
     _rotatingImageServices      = rotatingImageServices;
     _rotatingImageGroupServices = rotatingImageGroupServices;
 }
Пример #2
0
 public RotatingImagesController(IRotatingImageServices rotatingImageServices, IRotatingImageGroupServices rotatingImageGroupServices)
 {
     _rotatingImageServices = rotatingImageServices;
     _rotatingImageGroupServices = rotatingImageGroupServices;
 }