Exemple #1
0
 public BaseController(IBenhAnService _benhanService,
                       ICTDTService _ctdtService,
                       ICTHDService _cthdService,
                       IDInhNghiaGiaTriService _dngtService,
                       IDonThuocService _donthuocService,
                       IGiaTriMacDinhService _gtmdService,
                       IHoaDonService _hoadonService,
                       IBenhNhanService _benhnhanService,
                       ILichKhamService _lichkhamService,
                       INguoiDungService _nguoidungService,
                       IThuocService _thuocService)
 {
     this._benhanService    = _benhanService;
     this._ctdtService      = _ctdtService;
     this._cthdService      = _cthdService;
     this._dngtService      = _dngtService;
     this._donthuocService  = _donthuocService;
     this._gtmdService      = _gtmdService;
     this._hoadonService    = _hoadonService;
     this._benhnhanService  = _benhnhanService;
     this._lichkhamService  = _lichkhamService;
     this._nguoidungService = _nguoidungService;
     this._thuocService     = _thuocService;
 }
Exemple #2
0
 public CTHDController(IBenhAnService _benhanService, ICTDTService _ctdtService, ICTHDService _cthdService, IDInhNghiaGiaTriService _dngtService, IDonThuocService _donthuocService, IGiaTriMacDinhService _gtmdService, IHoaDonService _hoadonService, IBenhNhanService _benhnhanService, ILichKhamService _lichkhamService, INguoiDungService _nguoidungService, IThuocService _thuocService) : base(_benhanService, _ctdtService, _cthdService, _dngtService, _donthuocService, _gtmdService, _hoadonService, _benhnhanService, _lichkhamService, _nguoidungService, _thuocService)
 {
 }