Esempio n. 1
0
 public AccountController(
     TenantManager tenantManager,
     UserManager userManager,
     RoleManager roleManager,
     IUnitOfWorkManager unitOfWorkManager,
     IMultiTenancyConfig multiTenancyConfig,
     LogInManager logInManager,
     ISessionAppService sessionAppService,
     ILanguageManager languageManager,
     ITenantCache tenantCache,
     IWebService webService,
     IUserAppService userService,
     IUserNewAppService userNewService,
     IDM_ThietBiAppService dm_ThietBiAppService,
     ILichSuHoatDongThietBiAppService lichSuHoatDongThietBiAppService,
     IThongTin_ThietBiAppService thongTin_ThietBiAppService)
 {
     _tenantManager                   = tenantManager;
     _userManager                     = userManager;
     _roleManager                     = roleManager;
     _unitOfWorkManager               = unitOfWorkManager;
     _multiTenancyConfig              = multiTenancyConfig;
     _logInManager                    = logInManager;
     _sessionAppService               = sessionAppService;
     _languageManager                 = languageManager;
     _tenantCache                     = tenantCache;
     _webService                      = webService;
     _userService                     = userService;
     _userNewService                  = userNewService;
     _dm_ThietBiAppService            = dm_ThietBiAppService;
     _lichSuHoatDongThietBiAppService = lichSuHoatDongThietBiAppService;
     _thongTin_ThietBiAppService      = thongTin_ThietBiAppService;
 }
Esempio n. 2
0
 public ChatHub(IThongTin_ThietBiAppService thongTin_ThietBiAppService,
                ILogDieuKhienAppService logDieuKhienAppService,
                IDM_ThietBiAppService dm_ThietBiAppService,
                IImageAppService imageAppService,
                IThongTinCanhBaoAppService thongtinCanhBaoAppService,
                ILichSuHoatDongThietBiAppService lichSuHoatDongThietBiAppService,
                IDM_THONGTINQUANLYAppService dm_THONGTINQUANLYAppService,
                IWebService webService,
                IUserNewAppService userService)
 {
     AbpSession = NullAbpSession.Instance;
     Logger     = NullLogger.Instance;
     _thongTin_ThietBiAppService      = thongTin_ThietBiAppService;
     _logDieuKhienAppService          = logDieuKhienAppService;
     _dm_ThietBiAppService            = dm_ThietBiAppService;
     _imageAppService                 = imageAppService;
     _thongtinCanhBaoAppService       = thongtinCanhBaoAppService;
     _lichSuHoatDongThietBiAppService = lichSuHoatDongThietBiAppService;
     _dm_THONGTINQUANLYAppService     = dm_THONGTINQUANLYAppService;
     _webService  = webService;
     _userService = userService;
 }
Esempio n. 3
0
 public BaoCaoController(ILichSuHoatDongThietBiAppService lichSuHoatDongService)
 {
     _lichSuHoatDongService = lichSuHoatDongService;
 }