Esempio n. 1
0
 public ItemSubCategoryController(
     IUnitOfWorkAsync unitOfWorkAsync,
     IItemSubCategoryService itemSubCategoryService)
 {
     _unitOfWorkAsync        = unitOfWorkAsync;
     _itemSubCategoryService = itemSubCategoryService;
 }
Esempio n. 2
0
 public DesignController(IUtilityService utilityservice, IDesignService designservice, IItemCategoryService itemcategoryservice, IItemSubCategoryService itemsubcategoryservice, IItemService itemservice, IUserCredentialService usercredentialservice, IModuleService iIModuleService)
 {
     this._UtilityService         = utilityservice;
     this._DesignService          = designservice;
     this._ItemCategoryService    = itemcategoryservice;
     this._ItemSubCategoryService = itemsubcategoryservice;
     this._ItemService            = itemservice;
     this._IUserCredentialService = usercredentialservice;
     this._iIModuleService        = iIModuleService;
 }
Esempio n. 3
0
 public BarcodePrintingController(IUserCredentialService IUserCredentialService, IBarcodeNumberService IBarcodeNumberService, IModuleService iIModuleService, IOpeningStockService openingstockservice, IItemCategoryService itemcategortservice, IItemSubCategoryService itemsubcategortservice, IItemService itemservice, IInwardFromSupplierService InwardFromSupplierService, IInwardItemFromSupplierService InwardItemFromSupplierService)
 {
     this._openingstockservice           = openingstockservice;
     this._IUserCredentialService        = IUserCredentialService;
     this._iIModuleService               = iIModuleService;
     this._itemcategortservice           = itemcategortservice;
     this._itemsubcategoryservice        = itemsubcategortservice;
     this._itemservice                   = itemservice;
     this._InwardFromSupplierService     = InwardFromSupplierService;
     this._InwardItemFromSupplierService = InwardItemFromSupplierService;
     this._BarcodeNumberService          = IBarcodeNumberService;
 }
 public ItemTaxController(IUtilityService utilityService, IItemTaxService itemtaxService, IItemService itemservice, IItemCategoryService itemcategoryService, IItemSubCategoryService itemsubcategoryservice, ICityService cityservice, IUserCredentialService usercredentialservice, IModuleService iIModuleService, IStateService StateService)
 {
     this._utilityService         = utilityService;
     this._itemtaxService         = itemtaxService;
     this._itemservice            = itemservice;
     this._itemcategoryService    = itemcategoryService;
     this._itemsubcategoryservice = itemsubcategoryservice;
     this._cityservice            = cityservice;
     this._IUserCredentialService = usercredentialservice;
     this._iIModuleService        = iIModuleService;
     this._StateService           = StateService;
 }
 public CommissionController(IUtilityService utilityService, IUserCredentialService usercredentialservice, IModuleService iIModuleService, IEmployeeMasterService EmployeeService, ICommissionService CommissionService, IUnitService UnitService, ICommissionProductService CommissionProductService,
                             IItemSubCategoryService ItemSubCategoryService, IItemService ItemService)
 {
     this._utilityService           = utilityService;
     this._IUserCredentialService   = usercredentialservice;
     this._iIModuleService          = iIModuleService;
     this._EmployeeService          = EmployeeService;
     this._CommissionService        = CommissionService;
     this._CommissionProductService = CommissionProductService;
     this._UnitService            = UnitService;
     this._ItemSubCategoryService = ItemSubCategoryService;
     this._ItemService            = ItemService;
 }
 public DiscountMasterController(IUtilityService UtilityService, IUserCredentialService UserCredentialService, IModuleService ModuleService,
                                 IDiscountMasterService DiscountMasterService, IDiscountMasterItemService DiscountMasterItemService, IItemCategoryService ItemCategoryService, IItemSubCategoryService ItemSubCategoryService,
                                 IItemService ItemService, INonInventoryItemService NonInventoryItemService, IBrandMasterService BrandMasterService)
 {
     this._UtilityService            = UtilityService;
     this._UserCredentialService     = UserCredentialService;
     this._ModuleService             = ModuleService;
     this._DiscountMasterService     = DiscountMasterService;
     this._DiscountMasterItemService = DiscountMasterItemService;
     this._ItemCategoryService       = ItemCategoryService;
     this._ItemSubCategoryService    = ItemSubCategoryService;
     this._ItemService             = ItemService;
     this._NonInventoryItemService = NonInventoryItemService;
     this._BrandMasterService      = BrandMasterService;
 }
 public JobWorkItemController(IJobWorkItemService jobworkitemService, INonInventoryItemService NonInventoryService, IUtilityService utilityService, IItemCategoryService ItemCategoryService,
                              IItemSubCategoryService ItemSubCategoryService, IUserCredentialService UserCredentialService, IModuleService ModuleService, ITypeOfMaterialService TypeOfMaterialService,
                              IColorCodeService ColorCodeService, IDesignService DesignService, IUnitService UnitService)
 {
     this._jobworkitemService     = jobworkitemService;
     this._NonInventoryService    = NonInventoryService;
     this._utilityService         = utilityService;
     this._ItemCategoryService    = ItemCategoryService;
     this._ItemSubCategoryService = ItemSubCategoryService;
     this._IUserCredentialService = UserCredentialService;
     this._iIModuleService        = ModuleService;
     this._TypeOfMaterialService  = TypeOfMaterialService;
     this._ColorCodeService       = ColorCodeService;
     this._DesignService          = DesignService;
     this._UnitService            = UnitService;
 }
 public SupplierController(ISuppliersMasterService suppliermasterservice, ICountryService countryservice, IStateService stateservice, ITypeOfSupplierService typeofsupplierservice,
                           IDistrictService districtservice, IUtilityService utilityservice, IBankNameService banknameservice, IBankService bankservice, ISupplierBankDetailService SupplierBankDetailService, IItemCategoryService itemcategoryservice, IItemSubCategoryService itemsubcategoryservice, IUserCredentialService usercredentialservice, IModuleService iIModuleService)
 {
     this._suppliermasterservice     = suppliermasterservice;
     this._countryservice            = countryservice;
     this._stateservice              = stateservice;
     this._typeofsupplierservice     = typeofsupplierservice;
     this._districtservice           = districtservice;
     this._utilityservice            = utilityservice;
     this._banknameservice           = banknameservice;
     this._bankservice               = bankservice;
     this._SupplierBankDetailService = SupplierBankDetailService;
     this._itemcategoryservice       = itemcategoryservice;
     this._itemsubcategoryservice    = itemsubcategoryservice;
     this._IUserCredentialService    = usercredentialservice;
     this._iIModuleService           = iIModuleService;
 }
Esempio n. 9
0
 public StockDistributionController(IUtilityService utilityservice, IGodownService godownservice, IGodownAddressService godownaddressservice, IShopService shopservice, IOpeningStockService openingstockservice, IEntryStockItemService entrystockitemservice, IItemCategoryService itemcategoryservice, IItemSubCategoryService itemsubcategoryservice, IItemService itemservice, IStockDistributionService stockdistributionservice,
                                    IStockItemDistributionService stockitemdistributionservice, IOutwardStockDistributionService outwardstkdisservice, IOutwardItemStockDistributionService outwarditemstkdisservice, IUserCredentialService usercredentialservice, IModuleService iIModuleService)
 {
     this._utilityservice               = utilityservice;
     this._godownservice                = godownservice;
     this._godownaddressservice         = godownaddressservice;
     this._shopservice                  = shopservice;
     this._openingstockservice          = openingstockservice;
     this._entrystockitemservice        = entrystockitemservice;
     this._itemcategoryservice          = itemcategoryservice;
     this._itemsubcategoryservice       = itemsubcategoryservice;
     this._itemservice                  = itemservice;
     this._stockdistributionservice     = stockdistributionservice;
     this._stockitemdistributionservice = stockitemdistributionservice;
     this._outwardstkdisservice         = outwardstkdisservice;
     this._outwarditemstkdisservice     = outwarditemstkdisservice;
     this._IUserCredentialService       = usercredentialservice;
     this._iIModuleService              = iIModuleService;
 }
Esempio n. 10
0
 public ReplicaCompanyController(ICompanyService CompanyService, ICompanyBankDetailsService CompanyBankDetailsService, IUserCredentialService UserCredentialService, IModuleService ModuleService, IBankService BankService,
                                 IClientMasterService ClientMasterService, IClientBankDetailService ClientBankDetailService, IDesignService DesignService, IEmployeeMasterService EmployeeMasterService, IGodownService GodownService, IGodownAddressService GodownAddressService,
                                 IItemCategoryService ItemCategoryService, IItemSubCategoryService ItemSubCategoryService, IItemService ItemService, IJobWorkerService JobWorkerService, IJobWorkItemService JobWorkItemService, IJobWorkTypeService JobWorkTypeService,
                                 ISalesIncentiveService SalesIncentiveService, IShopService ShopService, ITypeOfMaterialService TypeOfMaterialService, IUnitService UnitService, ISuppliersMasterService SuppliersMasterService, ISupplierBankDetailService SupplierBankDetailService,
                                 ITransportService TransportService, ITransportBankDetailService TransportBankDetailService, INonInventoryItemService NonInventoryItemService, IUserService UserService, IEmployeesCompanyService EmployeesCompanyService, ICommissionService CommissionService,
                                 IBarcodeNumberService BarcodeNumberService, IBrandMasterService BrandMasterService, IDesignationMasterService DesignationMasterService)
 {
     this._CompanyService            = CompanyService;
     this._CompanyBankDetailsService = CompanyBankDetailsService;
     this._UserCredentialService     = UserCredentialService;
     this._ModuleService             = ModuleService;
     this._BankService                = BankService;
     this._ClientMasterService        = ClientMasterService;
     this._ClientBankDetailService    = ClientBankDetailService;
     this._DesignService              = DesignService;
     this._EmployeeMasterService      = EmployeeMasterService;
     this._GodownService              = GodownService;
     this._GodownAddressService       = GodownAddressService;
     this._ItemCategoryService        = ItemCategoryService;
     this._ItemSubCategoryService     = ItemSubCategoryService;
     this._ItemService                = ItemService;
     this._NonInventoryItemService    = NonInventoryItemService;
     this._BarcodeNumberService       = BarcodeNumberService;
     this._JobWorkerService           = JobWorkerService;
     this._JobWorkItemService         = JobWorkItemService;
     this._JobWorkTypeService         = JobWorkTypeService;
     this._SalesIncentiveService      = SalesIncentiveService;
     this._ShopService                = ShopService;
     this._TypeOfMaterialService      = TypeOfMaterialService;
     this._UnitService                = UnitService;
     this._SuppliersMasterService     = SuppliersMasterService;
     this._SupplierBankDetailService  = SupplierBankDetailService;
     this._TransportService           = TransportService;
     this._TransportBankDetailService = TransportBankDetailService;
     this._UserService                = UserService;
     this._EmployeesCompanyService    = EmployeesCompanyService;
     this._CommissionService          = CommissionService;
     this._BrandMasterService         = BrandMasterService;
     this._DesignationMasterService   = DesignationMasterService;
 }