예제 #1
0
 public AppSettingService(IAppSettingDataService appSettingRepository,
                          IBusinessManagerService businessManagerService,
                          IIdentityService identityService)
 {
     this._businessManagerService = businessManagerService;
     this._appSettingDataService  = appSettingRepository;
     this._identityService        = identityService;
 }
예제 #2
0
 public AppSettingQueryService(IAppSettingDataService appSettingDataService)
 {
     this._appSettingDataService = appSettingDataService;
 }