Beispiel #1
0
 public ThuCungController(IErrorService errorService, IThuCungService thuCungService, ITinhTrangService tinhTrangService, ICanNangService canNangService)
     : base(errorService)
 {
     _thuCungService   = thuCungService;
     _canNangService   = canNangService;
     _tinhTrangService = tinhTrangService;
 }
Beispiel #2
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;
 }
 public ThanhToanController(
     IThanhToanService thanhToanService,
     ISachService sachService,
     INhaXuatBanService nxbService,
     ICtThanhToanService ctThanhToanService,
     ITinhTrangService tinhTrangService,
     ICongNoNXBService congNoNXBService,
     IPhieuNhapService phieuNhapService)
 {
     this.thanhToanService   = thanhToanService;
     this.sachService        = sachService;
     this.nxbService         = nxbService;
     this.ctThanhToanService = ctThanhToanService;
     this.tinhTrangService   = tinhTrangService;
     this.congNoNXBService   = congNoNXBService;
     this.phieuNhapService   = phieuNhapService;
 }
 public TinhTrangController(IErrorService errorService, ITinhTrangService tinhTrangService)
     : base(errorService)
 {
     _tinhTrangService = tinhTrangService;
 }