public PhieuNhapController(
     IPhieuNhapService phieuNhapService,
     ICtPhieuNhapService ctPhieuNhapService,
     ISachService sachService,
     INhaXuatBanService nhaXuatBanService,
     ITonKhoService tonKhoService)
 {
     this.phieuNhapService   = phieuNhapService;
     this.sachService        = sachService;
     this.nhaXuatBanService  = nhaXuatBanService;
     this.ctPhieuNhapService = ctPhieuNhapService;
     this.tonKhoService      = tonKhoService;
 }
Exemple #2
0
 public PhieuXuatController(
     IPhieuXuatService phieuXuatService,
     ISachService sachService,
     IDaiLyService daiLyService,
     ICtPhieuXuatService ctPhieuXuatService,
     ITonKhoService tonKhoService,
     ICongNoDLService congNoDLService)
 {
     this.phieuXuatService   = phieuXuatService;
     this.sachService        = sachService;
     this.daiLyService       = daiLyService;
     this.ctPhieuXuatService = ctPhieuXuatService;
     this.tonKhoService      = tonKhoService;
     this.congNoDLService    = congNoDLService;
 }
Exemple #3
0
 public ThongKeController(
     ITonKhoService tonKhoService,
     ISachService sachService,
     ICongNoDLService congNoDLService,
     IDaiLyService daiLyService,
     INhaXuatBanService nxbService,
     ICongNoNXBService congNoNXBService,
     IPhieuNhapService phieuNhapService,
     IPhieuXuatService phieuXuatService,
     IDoanhThuService doanhThuService)
 {
     this.tonKhoService    = tonKhoService;
     this.sachService      = sachService;
     this.congNoDLService  = congNoDLService;
     this.daiLyService     = daiLyService;
     this.nxbService       = nxbService;
     this.congNoNXBService = congNoNXBService;
     this.phieuNhapService = phieuNhapService;
     this.phieuXuatService = phieuXuatService;
     this.doanhThuService  = doanhThuService;
 }