Ejemplo n.º 1
0
 public ApiController(
     IDaiLyService daiLyService,
     INhaXuatBanService nxbService,
     ISachService sachService,
     IBaoCaoDLService baoCaoService)
 {
     this.daiLyService  = daiLyService;
     this.nxbService    = nxbService;
     this.sachService   = sachService;
     this.baoCaoService = baoCaoService;
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 3
0
 public BaoCaoController(
     IBaoCaoDLService baoCaoDLService,
     ISachService sachService,
     IDaiLyService daiLyService,
     ICtBaoCaoDLService ctBaoCaoDLService,
     ITinhTrangService tinhTrangService,
     ICongNoDLService congNoDLService,
     IPhieuXuatService phieuXuatService)
 {
     this.baoCaoDLService   = baoCaoDLService;
     this.sachService       = sachService;
     this.daiLyService      = daiLyService;
     this.ctBaoCaoDLService = ctBaoCaoDLService;
     this.tinhTrangService  = tinhTrangService;
     this.congNoDLService   = congNoDLService;
     this.phieuXuatService  = phieuXuatService;
 }
Ejemplo n.º 4
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;
 }
Ejemplo n.º 5
0
 public DaiLyController(IDaiLyService daiLyService)
 {
     this.daiLyService = daiLyService;
 }