예제 #1
0
 public ThongKeController(
     IChiTietDonDatHangService ctddhService,
     IThanhVienService tvService,
     IDonDatHangService ddhService
     )
 {
     this._ctddhService = ctddhService;
     this._tvService    = tvService;
     this._ddhService   = ddhService;
 }
예제 #2
0
 public TrangchuController(
     ILoaiSanPhamService loaiSanPhamService,
     ISanPhamService sanPhamService,
     IThanhVienService thanhVienService,
     ILoaiThanhVien_QuyenService ltv_quyenService
     )
 {
     this._loaiSanPhamService = loaiSanPhamService;
     this._sanPhamService     = sanPhamService;
     this._tvService          = thanhVienService;
     this._ltv_quyenService   = ltv_quyenService;
 }