Example #1
0
 public NhapController(INhapService nhap, IQlNhapXuatService qlNx, UserManager user, INccService ncc, IGetIdService getIdService
                       , IHostingEnvironment hostingEnvironment)
 {
     _nhap               = nhap;
     _qlNx               = qlNx;
     _user               = user;
     _ncc                = ncc;
     _getIdService       = getIdService;
     _hostingEnvironment = hostingEnvironment;
 }
Example #2
0
 public GetController(INhapService nhapService)
 {
     _nhapService = nhapService;
 }
 public DetailNhapHangController(INhapService nhapService)
 {
     _nhapService = nhapService;
 }