예제 #1
0
 public SQLCommandServices(PXHotelEntities entities)
 {
     _settingServices             = HostContainer.GetInstance <ISettingServices>();
     _localizedResourceServices   = HostContainer.GetInstance <ILocalizedResourceServices>();
     _sqlCommandHistoryRepository = new SQLCommandHistoryRepository(entities);
 }
예제 #2
0
 public SQLCommandServices(PXHotelEntities entities)
 {
     _settingServices = HostContainer.GetInstance<ISettingServices>();
     _localizedResourceServices = HostContainer.GetInstance<ILocalizedResourceServices>();
     _sqlCommandHistoryRepository = new SQLCommandHistoryRepository(entities);
 }