Example #1
0
 public RotatingImageServices(PXHotelEntities entities)
 {
     _localizedResourceServices = HostContainer.GetInstance<ILocalizedResourceServices>();
     _rotatingImageGroupServices = HostContainer.GetInstance<IRotatingImageGroupServices>();
     _rotatingImageRepository = new RotatingImageRepository(entities);
 }
Example #2
0
 public RotatingImageServices(PXHotelEntities entities)
 {
     _localizedResourceServices  = HostContainer.GetInstance <ILocalizedResourceServices>();
     _rotatingImageGroupServices = HostContainer.GetInstance <IRotatingImageGroupServices>();
     _rotatingImageRepository    = new RotatingImageRepository(entities);
 }