예제 #1
0
 public LichSuController(ILichSuService lichSuService,
                         IMayTinhService mayTinhService, IApplicationUserService appUserService)
 {
     _lichSuService  = lichSuService;
     _mayTinhService = mayTinhService;
     _appUserService = appUserService;
 }
예제 #2
0
 public MayTinhController(IMayTinhService maytinhService, IErrorService errorService) : base(errorService)
 {
     this._maytinhService = maytinhService;
 }
예제 #3
0
 public MayTinhController(IMayTinhService nhanVienService)
 {
     _nhanVienService = nhanVienService;
 }
예제 #4
0
 public ChiTietSuaChuaController(IKhachHangService khachhangService, IMayTinhService maytinhService, IChiTietSuaChuaService chitietSuaChuaService, IErrorService errorService) : base(errorService)
 {
     this._chitietSuaChuaService = chitietSuaChuaService;
     this._maytinhService        = maytinhService;
     this._khachhangService      = khachhangService;
 }