public NghiepVuLeTanController(IChonVeService chonveService,
                                IStateProvinceService stateProvinceService,
                                INhaXeService nhaxeService,
                                INhanVienService nhanvienService,
                                ILocalizationService localizationService,
                                IPermissionService permissionService,
                                IWorkContext workContext,
                                IPictureService pictureService,
                                ICustomerService customerService,
                                IBenXeService benxeService,
                                IDiaChiService diachiService,
                                IGenericAttributeService genericAttributeService,
                                ICustomerRegistrationService CustomerRegistrationService,
                                CustomerSettings customerSettings
                                )
 {
     this._nhanvienService             = nhanvienService;
     this._chonveService               = chonveService;
     this._stateProvinceService        = stateProvinceService;
     this._nhaxeService                = nhaxeService;
     this._localizationService         = localizationService;
     this._permissionService           = permissionService;
     this._workContext                 = workContext;
     this._pictureService              = pictureService;
     this._customerService             = customerService;
     this._benxeService                = benxeService;
     this._diachiService               = diachiService;
     this._genericAttributeService     = genericAttributeService;
     this._customerRegistrationService = CustomerRegistrationService;
     this._customerSettings            = customerSettings;
 }
Exemplo n.º 2
0
 public fNhanVien()
 {
     InitializeComponent();
     ServiceNhanVienForm = new NhanVienService();
     LoadData();
     ResetControls();
 }
 /// <summary>
 ///     Initializes a new instance of the <see cref="NhanVienController" /> class.
 /// </summary>
 /// <param name="currentService">The chat lieu service.</param>
 public NhanVienController(INhanVienService currentService, ICongViecService congViecService)
 {
     this.currentService  = currentService;
     this.congViecService = congViecService;
     dangNhapView         = new DangNhapView(this);
     nhanVienView         = new NhanVienView(this);
 }
 public NhaXeHanhTrinhController(IStateProvinceService stateProvinceService,
                                 INhaXeService nhaxeService,
                                 ILocalizationService localizationService,
                                 IWorkContext workContext,
                                 IPictureService pictureService,
                                 IPhieuGuiHangService phieuguihangService,
                                 IHangHoaService hanghoaService,
                                 ICustomerService customerService,
                                 IDiaChiService diachiService,
                                 INhanVienService nhanvienService,
                                 IPermissionService permissionService,
                                 IXeInfoService xeinfoService,
                                 IHanhTrinhService hanhtrinhService,
                                 IBenXeService benxeService,
                                 INhaXeCustomerService nhaxecustomerService
                                 )
 {
     this._stateProvinceService = stateProvinceService;
     this._nhaxeService         = nhaxeService;
     this._hanghoaService       = hanghoaService;
     this._phieuguihangService  = phieuguihangService;
     this._localizationService  = localizationService;
     this._workContext          = workContext;
     this._pictureService       = pictureService;
     this._customerService      = customerService;
     this._diachiService        = diachiService;
     this._nhanvienService      = nhanvienService;
     this._permissionService    = permissionService;
     this._xeinfoService        = xeinfoService;
     this._hanhtrinhService     = hanhtrinhService;
     this._benxeService         = benxeService;
     this._nhaxecustomerService = nhaxecustomerService;
 }
 public WebWorkContext(HttpContextBase httpContext,
                       ICustomerService customerService,
                       IVendorService vendorService,
                       IStoreContext storeContext,
                       IAuthenticationService authenticationService,
                       ILanguageService languageService,
                       ICurrencyService currencyService,
                       IGenericAttributeService genericAttributeService,
                       TaxSettings taxSettings,
                       CurrencySettings currencySettings,
                       LocalizationSettings localizationSettings,
                       IUserAgentHelper userAgentHelper,
                       IStoreMappingService storeMappingService,
                       INhaXeService nhaxeService,
                       INhanVienService nhanvienService
                       )
 {
     this._nhanvienService         = nhanvienService;
     this._nhaxeService            = nhaxeService;
     this._httpContext             = httpContext;
     this._customerService         = customerService;
     this._vendorService           = vendorService;
     this._storeContext            = storeContext;
     this._authenticationService   = authenticationService;
     this._languageService         = languageService;
     this._currencyService         = currencyService;
     this._genericAttributeService = genericAttributeService;
     this._taxSettings             = taxSettings;
     this._currencySettings        = currencySettings;
     this._localizationSettings    = localizationSettings;
     this._userAgentHelper         = userAgentHelper;
     this._storeMappingService     = storeMappingService;
 }
Exemplo n.º 6
0
 public PhieuKhamServiceView(IPhieuKhamService service, INhanVienService NVService, IBenhNhanService BNService, IBenhService BService, IMapper mapper)
 {
     _service   = service;
     _NVService = NVService;
     _BNService = BNService;
     _BService  = BService;
     _mapper    = mapper;
 }
Exemplo n.º 7
0
        public LApiController(ICacheManager cacheManager,
            RestServiceSettings settings,
            IStateProvinceService stateProvinceService,
            INhaXeService nhaxeService,
            ILocalizationService localizationService,
            IWorkContext workContext,
             IPhieuGuiHangService phieuguihangService,
            IHangHoaService hanghoaService,
            ICustomerService customerService,
            IChonVeService chonveService,
            IDiaChiService diachiService,
            INhanVienService nhanvienService,
            IPermissionService permissionService,
            CustomerSettings customerSettings,
            ICustomerRegistrationService customerRegistrationService,
            ICustomerActivityService customerActivityService,
            IGenericAttributeService genericAttributeService,
            IXeInfoService xeinfoService,
            IHanhTrinhService hanhtrinhService,
            IPriceFormatter priceFormatter,
            IBenXeService benxeService,
             IVeXeService vexeService,
            IPhoiVeService phoiveService,
            IShoppingCartService shoppingCartService,
            IAuthenticationService authenticationService,
            INhaXeCustomerService nhaxecustomerService,
            ILimousineBanVeService limousinebanveService
            )
        {
            this._cacheManager = cacheManager;
            this._limousinebanveService = limousinebanveService;
            this._settings = settings;
            this._stateProvinceService = stateProvinceService;
            this._nhaxeService = nhaxeService;
            this._hanghoaService = hanghoaService;
            this._phieuguihangService = phieuguihangService;
            this._localizationService = localizationService;
            this._workContext = workContext;
            this._customerService = customerService;
            this._chonveService = chonveService;
            this._diachiService = diachiService;
            this._nhanvienService = nhanvienService;
            this._permissionService = permissionService;
            this._customerSettings = customerSettings;
            this._customerRegistrationService = customerRegistrationService;
            this._customerActivityService = customerActivityService;
            this._genericAttributeService = genericAttributeService;
            this._xeinfoService = xeinfoService;
            this._hanhtrinhService = hanhtrinhService;
            this._priceFormatter = priceFormatter;
            this._benxeService = benxeService;
            this._vexeService = vexeService;
            this._phoiveService = phoiveService;
            this._shoppingCartService = shoppingCartService;
            this._authenticationService = authenticationService;
            this._nhaxecustomerService = nhaxecustomerService;

        }
Exemplo n.º 8
0
 public nvFormEdit(FormMain main)
 {
     if (_nvService == null)
     {
         _nvService = new NhanVienService(new ModelStateWrapper(this.ModelState));
     }
     InitializeComponent();
     InitData();
     _main = main;
 }
Exemplo n.º 9
0
 private void InitData()
 {
     ModelState  = new ModelStateDictionary();
     _spService  = new SanPhamService(new ModelStateWrapper(this.ModelState));
     _nvService  = new NhanVienService(new ModelStateWrapper(this.ModelState));
     _nccService = new NhaCungCapService(new ModelStateWrapper(this.ModelState));
     _khService  = new KhachHangService(new ModelStateWrapper(this.ModelState));
     _hdService  = new HoaDonService(new ModelStateWrapper(this.ModelState));
     _pnService  = new PhieuNhapService(new ModelStateWrapper(this.ModelState));
 }
 public HopDongChuyenController(
     ICacheManager cacheManager,
     IStateProvinceService stateProvinceService,
     IHopDongChuyenService hopdongchuyenService,
     INhaXeService nhaxeService,
     ILocalizationService localizationService,
     IWorkContext workContext,
     ICustomerService customerService,
     IChonVeService chonveService,
     IDiaChiService diachiService,
     INhanVienService nhanvienService,
     IPermissionService permissionService,
     IDateTimeHelper dateTimeHelper,
     CustomerSettings customerSettings,
     DateTimeSettings dateTimeSettings,
     ICustomerActivityService customerActivityService,
     IGenericAttributeService genericAttributeService,
     IStoreService storeService,
     INewsLetterSubscriptionService newsLetterSubscriptionService,
     IXeInfoService xeinfoService,
     IHanhTrinhService hanhtrinhService,
     IPriceFormatter priceFormatter,
     ILimousineBanVeService limousinebanveService
     )
 {
     this._cacheManager                  = cacheManager;
     this._stateProvinceService          = stateProvinceService;
     this._nhaxeService                  = nhaxeService;
     this._localizationService           = localizationService;
     this._hopdongchuyenService          = hopdongchuyenService;
     this._workContext                   = workContext;
     this._customerService               = customerService;
     this._chonveService                 = chonveService;
     this._diachiService                 = diachiService;
     this._nhanvienService               = nhanvienService;
     this._permissionService             = permissionService;
     this._dateTimeHelper                = dateTimeHelper;
     this._customerSettings              = customerSettings;
     this._dateTimeSettings              = dateTimeSettings;
     this._customerActivityService       = customerActivityService;
     this._genericAttributeService       = genericAttributeService;
     this._storeService                  = storeService;
     this._newsLetterSubscriptionService = newsLetterSubscriptionService;
     this._xeinfoService                 = xeinfoService;
     this._hanhtrinhService              = hanhtrinhService;
     this._priceFormatter                = priceFormatter;
     this._limousinebanveService         = limousinebanveService;
 }
Exemplo n.º 11
0
 public BaoCaoController(IHoaDonNhapService hoaDonNhapService, ITheLoaiService theLoaiService, IKichCoService kichCoService, IChatLieuService chatLieuService, IMauService mauService, IMuaService muaService, IDoiTuongService doiTuongService, INuocSanXuatService nuocSxService, ISanPhamService sanPhamService, IChiTietHDBService chiTietHdbService, INhanVienService nhanVienService, IKhachHangService khachHangService, IHoaDonBanService hoaDonBanService)
 {
     this.hoaDonNhapService = hoaDonNhapService;
     this.theLoaiService    = theLoaiService;
     this.kichCoService     = kichCoService;
     this.chatLieuService   = chatLieuService;
     this.mauService        = mauService;
     this.muaService        = muaService;
     this.doiTuongService   = doiTuongService;
     this.nuocSxService     = nuocSxService;
     this.sanPhamService    = sanPhamService;
     this.chiTietHdbService = chiTietHdbService;
     this.nhanVienService   = nhanVienService;
     this.khachHangService  = khachHangService;
     this.hoaDonBanService  = hoaDonBanService;
 }
        /// <summary>
        /// Initializes a new instance of the <see cref="HoaDonNhapController" /> class.
        /// </summary>
        /// <param name="hoaDonNhapService">The hoa don nhap service.</param>
        /// <param name="theLoaiService">The loai service.</param>
        /// <param name="kichCoService">The kich co service.</param>
        /// <param name="chatLieuService">The chat lieu service.</param>
        /// <param name="mauService">The mau service.</param>
        /// <param name="muaService">The mua service.</param>
        /// <param name="doiTuongService">The doi tuong service.</param>
        /// <param name="nuocSxService">The nuoc sx service.</param>
        public HoaDonNhapController(IHoaDonNhapService hoaDonNhapService, ITheLoaiService theLoaiService, IKichCoService kichCoService, IChatLieuService chatLieuService, IMauService mauService, IMuaService muaService, IDoiTuongService doiTuongService, INuocSanXuatService nuocSxService, ISanPhamService sanPhamService, IChiTietHDNService chiTietHdnService, INhanVienService nhanVienService, INhaCungCapService nhaCungCapService)
        {
            this.hoaDonNhapService = hoaDonNhapService;
            this.theLoaiService    = theLoaiService;
            this.kichCoService     = kichCoService;
            this.chatLieuService   = chatLieuService;
            this.mauService        = mauService;
            this.muaService        = muaService;
            this.doiTuongService   = doiTuongService;
            this.nuocSxService     = nuocSxService;
            this.sanPhamService    = sanPhamService;
            this.chiTietHdnService = chiTietHdnService;
            this.nhanVienService   = nhanVienService;
            this.nhaCungCapService = nhaCungCapService;

            hoaDonNhapView = new HoaDonNhapView(this);
        }
Exemplo n.º 13
0
        public FormMain(FormLogin login)
        {
            hh      = new hhFormAdd(this);
            nv      = new nvFormAdd(this);
            kh      = new khFormAdd(this);
            ncc     = new nccFormAdd(this);
            pn      = new pnFormAdd(this);
            hd      = new hdFormAdd(this);
            hhEdit  = new hhFormEdit(this);
            nvEdit  = new nvFormEdit(this);
            nccEdit = new nccFormEdit(this);
            khEdit  = new khFormEdit(this);
            hdEdit  = new hdFormEdit(this);
            //pnEdit = new pnFormEdit(this);

            if (_spService == null)
            {
                _spService = new SanPhamService(new ModelStateWrapper(this.ModelState));
            }
            if (_nvService == null)
            {
                _nvService = new NhanVienService(new ModelStateWrapper(this.ModelState));
            }
            if (_nccService == null)
            {
                _nccService = new NhaCungCapService(new ModelStateWrapper(this.ModelState));
            }
            if (_khService == null)
            {
                _khService = new KhachHangService(new ModelStateWrapper(this.ModelState));
            }
            if (_hdService == null)
            {
                _hdService = new HoaDonService(new ModelStateWrapper(this.ModelState));
            }
            if (_pnService == null)
            {
                _pnService = new PhieuNhapService(new ModelStateWrapper(this.ModelState));
            }
            InitializeComponent();
            InitData();
            InitControls();
            this.login = login;
            this.login.Hide();
        }
Exemplo n.º 14
0
 public NhaXeHangHoaController(IStateProvinceService stateProvinceService,
                               INhaXeService nhaxeService,
                               ILocalizationService localizationService,
                               IWorkContext workContext,
                               IPictureService pictureService,
                               IPhieuGuiHangService phieuguihangService,
                               IHangHoaService hanghoaService,
                               ICustomerService customerService,
                               IDiaChiService diachiService,
                               INhanVienService nhanvienService,
                               IPermissionService permissionService,
                               IXeInfoService xeinfoService,
                               IHanhTrinhService hanhtrinhService,
                               IBenXeService benxeService,
                               INhaXeCustomerService nhaxecustomerService,
                               IPriceFormatter priceFormatter,
                               CustomerSettings customerSettings,
                               ICustomerRegistrationService customerRegistrationService,
                               IGenericAttributeService genericAttributeService
                               )
 {
     this._genericAttributeService     = genericAttributeService;
     this._customerRegistrationService = customerRegistrationService;
     this._customerSettings            = customerSettings;
     this._priceFormatter       = priceFormatter;
     this._stateProvinceService = stateProvinceService;
     this._nhaxeService         = nhaxeService;
     this._hanghoaService       = hanghoaService;
     this._phieuguihangService  = phieuguihangService;
     this._localizationService  = localizationService;
     this._workContext          = workContext;
     this._pictureService       = pictureService;
     this._customerService      = customerService;
     this._diachiService        = diachiService;
     this._nhanvienService      = nhanvienService;
     this._permissionService    = permissionService;
     this._xeinfoService        = xeinfoService;
     this._hanhtrinhService     = hanhtrinhService;
     this._benxeService         = benxeService;
     this._nhaxecustomerService = nhaxecustomerService;
 }
Exemplo n.º 15
0
        public UserService(
            ApplicationUserManager userManager,
            IDataRepository <User> userRepository,
            IDataRepository <NhanVien> nhanvienRepository,
            IDataRepository <KhachHang> khachhangRepository,
            IDataRepository <Role> roleRepository,
            IDataRepository <UserRole> userRoleRepository,
            INhanVienService nhanvienService,


            IUnitOfWork unitOfWork, IMapper mapper) : base(unitOfWork)
        {
            _userRepository      = userRepository;
            _nhanvienRepository  = nhanvienRepository;
            _nhanvienService     = nhanvienService;
            _khachhangRepository = khachhangRepository;
            _userManager         = userManager;
            _mapper             = mapper;
            _roleRepository     = roleRepository;
            _userRoleRepository = userRoleRepository;
        }
Exemplo n.º 16
0
 public KeToanController(IKeToanService ketoanService,
                         IGiaoDichKeVeXeService giaodichkeveService,
                         IExportManager exportManager,
                         IStateProvinceService stateProvinceService,
                         INhaXeService nhaxeService,
                         ILocalizationService localizationService,
                         IWorkContext workContext,
                         ICustomerService customerService,
                         IDiaChiService diachiService,
                         INhanVienService nhanvienService,
                         IPermissionService permissionService,
                         IHanhTrinhService hanhtrinhService,
                         IVeXeService vexeService,
                         IPriceFormatter priceFormatter,
                         IPhoiVeService phoiveService,
                         IPhieuGuiHangService phieuguihangService,
                         IHangHoaService hanghoaService,
                         IXeInfoService xeinfoService
                         )
 {
     this._giaodichkeveService  = giaodichkeveService;
     this._exportManager        = exportManager;
     this._ketoanService        = ketoanService;
     this._hanghoaService       = hanghoaService;
     this._phieuguihangService  = phieuguihangService;
     this._stateProvinceService = stateProvinceService;
     this._nhaxeService         = nhaxeService;
     this._localizationService  = localizationService;
     this._workContext          = workContext;
     this._customerService      = customerService;
     this._diachiService        = diachiService;
     this._nhanvienService      = nhanvienService;
     this._permissionService    = permissionService;
     this._hanhtrinhService     = hanhtrinhService;
     this._vexeService          = vexeService;
     this._priceFormatter       = priceFormatter;
     this._phoiveService        = phoiveService;
     this._xeinfoService        = xeinfoService;
 }
Exemplo n.º 17
0
 public NhanVienController(INhanVienService _nhanVien)
 {
     nhanVien = _nhanVien;
 }
Exemplo n.º 18
0
 public nvFormAdd(INhanVienService spService) : this()
 {
     _nvService = spService;
 }
Exemplo n.º 19
0
 private void InitData()
 {
     ModelState = new ModelStateDictionary();
     _nvService = new NhanVienService(new ModelStateWrapper(this.ModelState));
 }
Exemplo n.º 20
0
 public BanVeController(
     IStateProvinceService stateProvinceService,
     INhaXeService nhaxeService,
     ILocalizationService localizationService,
     IWorkContext workContext,
     IPictureService pictureService,
     IPhieuGuiHangService phieuguihangService,
     IHangHoaService hanghoaService,
     ICustomerService customerService,
     IChonVeService chonveService,
     IDiaChiService diachiService,
     INhanVienService nhanvienService,
     IPermissionService permissionService,
     IDateTimeHelper dateTimeHelper,
     CustomerSettings customerSettings,
     DateTimeSettings dateTimeSettings,
     ICustomerRegistrationService customerRegistrationService,
     ICustomerActivityService customerActivityService,
     IGenericAttributeService genericAttributeService,
     IStoreService storeService,
     INewsLetterSubscriptionService newsLetterSubscriptionService,
     IXeInfoService xeinfoService,
     IHanhTrinhService hanhtrinhService,
     IPriceFormatter priceFormatter,
     IBenXeService benxeService,
     IVeXeService vexeService,
     IPhoiVeService phoiveService,
     IShoppingCartService shoppingCartService,
     IAuthenticationService authenticationService,
     INhaXeCustomerService nhaxecustomerService,
     IGiaoDichKeVeXeService giaodichkeveService
     )
 {
     this._stateProvinceService          = stateProvinceService;
     this._nhaxeService                  = nhaxeService;
     this._hanghoaService                = hanghoaService;
     this._phieuguihangService           = phieuguihangService;
     this._localizationService           = localizationService;
     this._workContext                   = workContext;
     this._pictureService                = pictureService;
     this._customerService               = customerService;
     this._chonveService                 = chonveService;
     this._diachiService                 = diachiService;
     this._nhanvienService               = nhanvienService;
     this._permissionService             = permissionService;
     this._dateTimeHelper                = dateTimeHelper;
     this._customerSettings              = customerSettings;
     this._dateTimeSettings              = dateTimeSettings;
     this._customerRegistrationService   = customerRegistrationService;
     this._customerActivityService       = customerActivityService;
     this._genericAttributeService       = genericAttributeService;
     this._storeService                  = storeService;
     this._newsLetterSubscriptionService = newsLetterSubscriptionService;
     this._xeinfoService                 = xeinfoService;
     this._hanhtrinhService              = hanhtrinhService;
     this._priceFormatter                = priceFormatter;
     this._benxeService                  = benxeService;
     this._vexeService                   = vexeService;
     this._phoiveService                 = phoiveService;
     this._shoppingCartService           = shoppingCartService;
     this._authenticationService         = authenticationService;
     this._nhaxecustomerService          = nhaxecustomerService;
     this._giaodichkeveService           = giaodichkeveService;
 }
Exemplo n.º 21
0
        public VeXeKhachController(IStateProvinceService stateProvinceService,
                                   INhaXeService nhaxeService,
                                   ILocalizationService localizationService,
                                   IWorkContext workContext,
                                   IPictureService pictureService,
                                   ICustomerService customerService,
                                   IChonVeService chonveService,
                                   IDiaChiService diachiService,
                                   INhanVienService nhanvienService,
                                   IPermissionService permissionService,
                                   IDateTimeHelper dateTimeHelper,
                                   CustomerSettings customerSettings,
                                   DateTimeSettings dateTimeSettings,
                                   ICustomerRegistrationService customerRegistrationService,
                                   ICustomerActivityService customerActivityService,
                                   IGenericAttributeService genericAttributeService,
                                   IStoreService storeService,
                                   INewsLetterSubscriptionService newsLetterSubscriptionService,
                                   IXeInfoService xeinfoService,
                                   IHanhTrinhService hanhtrinhService,
                                   IPriceFormatter priceFormatter,
                                   IBenXeService benxeService,
                                   IVeXeService vexeService,
                                   AddressSettings addressSettings,
                                   IAddressAttributeFormatter addressAttributeFormatter,
                                   IAddressService addressService,
                                   ICountryService countryService,
                                   IAddressAttributeParser addressAttributeParser,
                                   IAddressAttributeService addressAttributeService,
                                   IPhoiVeService phoiveService,
                                   IOrderService orderService

                                   )
        {
            this._phoiveService                 = phoiveService;
            this._addressAttributeParser        = addressAttributeParser;
            this._addressAttributeService       = addressAttributeService;
            this._stateProvinceService          = stateProvinceService;
            this._nhaxeService                  = nhaxeService;
            this._localizationService           = localizationService;
            this._workContext                   = workContext;
            this._pictureService                = pictureService;
            this._customerService               = customerService;
            this._chonveService                 = chonveService;
            this._diachiService                 = diachiService;
            this._nhanvienService               = nhanvienService;
            this._permissionService             = permissionService;
            this._dateTimeHelper                = dateTimeHelper;
            this._customerSettings              = customerSettings;
            this._dateTimeSettings              = dateTimeSettings;
            this._customerRegistrationService   = customerRegistrationService;
            this._customerActivityService       = customerActivityService;
            this._genericAttributeService       = genericAttributeService;
            this._storeService                  = storeService;
            this._newsLetterSubscriptionService = newsLetterSubscriptionService;
            this._xeinfoService                 = xeinfoService;
            this._hanhtrinhService              = hanhtrinhService;
            this._priceFormatter                = priceFormatter;
            this._benxeService                  = benxeService;
            this._vexeService                   = vexeService;
            this._addressSettings               = addressSettings;
            this._addressAttributeFormatter     = addressAttributeFormatter;
            this._addressService                = addressService;
            this._countryService                = countryService;
            this._orderService                  = orderService;
        }
Exemplo n.º 22
0
 public NhanVienController(INhanVienService nhanVienService, UserManager <AppUser> userManager, SignInManager <AppUser> signInManager)
 {
     this.nhanVienService = nhanVienService;
     this.userManager     = userManager;
     this.signInManager   = signInManager;
 }
Exemplo n.º 23
0
 public FormMain(INhanVienService nvService) : this()
 {
     _nvService = nvService;
 }
Exemplo n.º 24
0
 public NhanVienController(INhanVienService nhanVienService)
 {
     _nhanVienService = nhanVienService;
 }
 public NhanVienController(INhanVienService nvService)
 {
     this.nvService = nvService;
 }
Exemplo n.º 26
0
 public AccountController(INhanVienService service)
 {
     _service = service;
 }
Exemplo n.º 27
0
 public NhanVienController(
     INhanVienService NhanVienService)
 {
     _NhanVienService = NhanVienService;
 }
Exemplo n.º 28
0
 public NhanVienController(INhanVienServiceView serviceView, INhanVienService service, IMapper mapper)
 {
     _serviceView = serviceView;
     _service     = service;
     _mapper      = mapper;
 }
Exemplo n.º 29
0
 public NHANVIENsController(INhanVienService service)
 {
     this.service = service;
 }
Exemplo n.º 30
0
 public nvFormEdit(INhanVienService nvService) : this()
 {
     _nvService = nvService;
 }