コード例 #1
0
 public RotatingImageServices(PXHotelEntities entities)
 {
     _localizedResourceServices = HostContainer.GetInstance<ILocalizedResourceServices>();
     _rotatingImageGroupServices = HostContainer.GetInstance<IRotatingImageGroupServices>();
     _rotatingImageRepository = new RotatingImageRepository(entities);
 }
コード例 #2
0
 public RotatingImageResolver()
 {
     _rotatingImageGroupServices = HostContainer.GetInstance<IRotatingImageGroupServices>();
     _templateServices = HostContainer.GetInstance<ITemplateServices>();
     _localizedResourceServices = HostContainer.GetInstance<ILocalizedResourceServices>();
 }
コード例 #3
0
 public RotatingImagesController(IRotatingImageServices rotatingImageServices, IRotatingImageGroupServices rotatingImageGroupServices)
 {
     _rotatingImageServices      = rotatingImageServices;
     _rotatingImageGroupServices = rotatingImageGroupServices;
 }
コード例 #4
0
 public RotatingImageServices(PXHotelEntities entities)
 {
     _localizedResourceServices  = HostContainer.GetInstance <ILocalizedResourceServices>();
     _rotatingImageGroupServices = HostContainer.GetInstance <IRotatingImageGroupServices>();
     _rotatingImageRepository    = new RotatingImageRepository(entities);
 }
コード例 #5
0
 public RotatingImagesController(IRotatingImageServices rotatingImageServices, IRotatingImageGroupServices rotatingImageGroupServices)
 {
     _rotatingImageServices = rotatingImageServices;
     _rotatingImageGroupServices = rotatingImageGroupServices;
 }
コード例 #6
0
 public RotatingImageResolver()
 {
     _rotatingImageGroupServices = HostContainer.GetInstance <IRotatingImageGroupServices>();
     _templateServices           = HostContainer.GetInstance <ITemplateServices>();
     _localizedResourceServices  = HostContainer.GetInstance <ILocalizedResourceServices>();
 }