Example #1
0
 public LogDieuKhienAppService(IRepository <LogDieuKhien, long> initRepository,
                               IDM_ThietBiAppService DM_ThietBiAppService,
                               IDM_THONGTINQUANLYAppService DM_THONGTINQUANLYAppService)
 {
     _repository                  = initRepository;
     AbpSession                   = NullAbpSession.Instance;
     _DM_ThietBiAppService        = DM_ThietBiAppService;
     _DM_THONGTINQUANLYAppService = DM_THONGTINQUANLYAppService;
 }
 public ThongTinCanhBaoAppService(IRepository <ThongTinCanhBao, long> initRepository,
                                  IDM_ThietBiAppService DM_ThietBiAppService,
                                  IDM_THONGTINQUANLYAppService DM_THONGTINQUANLYAppService,
                                  IDM_CanhBaoAppService DM_CanhBaoService,
                                  IWebService webService)
 {
     _repository                  = initRepository;
     _DM_ThietBiAppService        = DM_ThietBiAppService;
     _DM_THONGTINQUANLYAppService = DM_THONGTINQUANLYAppService;
     _DM_CanhBaoService           = DM_CanhBaoService;
     _webService                  = webService;
 }
Example #3
0
 public DM_ThietBiAppService(IRepository <DM_ThietBi, long> initRepository,
                             IThongTin_ThietBiAppService thongTin_ThietBiService,
                             IDM_THONGTINQUANLYAppService DM_THONGTINQUANLYAppService,
                             IWebService webService,
                             IRepository <LichSuHoatDongThietBi, long> repositoryLichSuHoatDongThietBi,
                             IUserNewAppService userService)
 {
     _repository = initRepository;
     _thongTin_ThietBiService = thongTin_ThietBiService;
     AbpSession = NullAbpSession.Instance;
     _DM_THONGTINQUANLYAppService = DM_THONGTINQUANLYAppService;
     _webService = webService;
     _repositoryLichSuHoatDongThietBi = repositoryLichSuHoatDongThietBi;
     _userService = userService;
 }
 public LichSuHoatDongThietBiAppService(IRepository <LichSuHoatDongThietBi, long> initRepository,
                                        IDM_ThietBiAppService DM_ThietBiAppService,
                                        IDM_THONGTINQUANLYAppService DM_THONGTINQUANLYAppService,
                                        IThongTin_ThietBiAppService thongTin_ThietBiAppService,
                                        IWebService webService,
                                        IUserNewAppService userService,
                                        IDM_TRAMAppService dmTramAppService,
                                        IChiPhiAppService chiPhiService)
 {
     _repository                  = initRepository;
     _DM_ThietBiAppService        = DM_ThietBiAppService;
     _DM_THONGTINQUANLYAppService = DM_THONGTINQUANLYAppService;
     _thongTin_ThietBiAppService  = thongTin_ThietBiAppService;
     _webService                  = webService;
     _userService                 = userService;
     Logger            = NullLogger.Instance;
     _dmTramAppService = dmTramAppService;
     _chiPhiService    = chiPhiService;
 }
Example #5
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;
 }