Beispiel #1
0
 public GoiDichVuChungController(IErrorService errorService, IGoiDichVuChungService _goiDichVuChungService, ApplicationUserManager _userManager, IGoiDichVuDVCSService _goiDichVuDVCSService, IGoiDichVuTheoTrungTamService _goiDichVuTheoTT) : base(errorService)
 {
     this.goiDichVuChungService = _goiDichVuChungService;
     userManager              = _userManager;
     goiDichVuDVCSService     = _goiDichVuDVCSService;
     goiDichVuTrungTamService = _goiDichVuTheoTT;
 }
Beispiel #2
0
 public DonViCoSoController(IErrorService errorService, IDonViCoSoService _donViCoSoService, IDanhMucChiCucService _chiCucService, ApplicationUserManager _userManager, IGoiDichVuDVCSService _goidvtheodvcsService, IGoiDichVuTheoTrungTamService _goidctheotrungtamService) : base(errorService)
 {
     this.donViCoSoService         = _donViCoSoService;
     this.chiCucService            = _chiCucService;
     this.userManager              = _userManager;
     this.goidvtheodvcsService     = _goidvtheodvcsService;
     this.goidvtheotrungtamService = _goidctheotrungtamService;
 }