Пример #1
0
 public ThongKeController(
     IChiTietDonDatHangService ctddhService,
     IThanhVienService tvService,
     IDonDatHangService ddhService
     )
 {
     this._ctddhService = ctddhService;
     this._tvService    = tvService;
     this._ddhService   = ddhService;
 }
Пример #2
0
 public GioHangController(
     ISanPhamService spService,
     IKhachHangService khService,
     IDonDatHangService ddhService,
     IChiTietDonDatHangService ctddhService
     )
 {
     this._spService    = spService;
     this._khService    = khService;
     this._ddhService   = ddhService;
     this._ctddhService = ctddhService;
 }