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