Ejemplo n.º 1
0
 public CatalogueController(IClientMasterService ClientMasterService, ICountryService CountryService, IStateService StateService,
                            IDistrictService DistrictService, IBankService BankService, IBankNameService BankNameService, IUtilityService UtilityService, IUserCredentialService usercredentialservice, IModuleService iIModuleService,
                            IClientBankDetailService ClientBankDetailService, ICatalogueService CatalogueService, IBarcodeNumberService BarcodeNumberService, IItemNameService ItemNameService,
                            IUniversalBarcodeNumberService UniversalBarocodeNumberService, IItemService ItemService, IColorCodeService ColorCodeService, IItemCategoryService CategoryService,
                            IEntryStockItemService EntryStockItemService, IOpeningStockService OpeningStockService, IInwardItemFromSupplierService InwardItemFromSupplierService, IUnitService UnitService)
 {
     this._ClientMasterService           = ClientMasterService;
     this._CountryService                = CountryService;
     this._StateService                  = StateService;
     this._DistrictService               = DistrictService;
     this._BankService                   = BankService;
     this._BankNameService               = BankNameService;
     this._UtilityService                = UtilityService;
     this._ClientBankDetailService       = ClientBankDetailService;
     this._IUserCredentialService        = usercredentialservice;
     this._iIModuleService               = iIModuleService;
     this._CatalogueService              = CatalogueService;
     this._BarcodeNumberService          = BarcodeNumberService;
     this._ItemNameService               = ItemNameService;
     this._UniversalBarcodeNumberService = UniversalBarocodeNumberService;
     this._ItemService                   = ItemService;
     this._ColorCodeService              = ColorCodeService;
     this._CategoryService               = CategoryService;
     this._EntryStockItemService         = EntryStockItemService;
     this._OpeningStockService           = OpeningStockService;
     this._InwardItemFromSupplierService = InwardItemFromSupplierService;
     this._UnitService                   = UnitService;
 }
Ejemplo n.º 2
0
 public JobWorkController(IJobWorkTypeService JobWorkTypeService, IUtilityService UtilityService, IModuleService ModuleService,
                          IUserCredentialService UserCredentialService, IJobWorkerService JobWorkerService, IStateService StateService, ICityService CityService,
                          IBankNameService BankNameService, IBloodGroupService BloodGroupService, IYearExperienceService YearExperienceService, IMonthExperienceService MonthExperienceService,
                          IDepartmentService DepartmentService, IDesignationMasterService DesignationMasterService, ITypeOfSupplierService TypeOfSupplierService,
                          IBankService BankService, IJobWorkPaymentService JobWorkPaymentService, IOutwardToTailorService OutwardToTailorService,
                          IOutwardToTailorItemService OutwardToTailorItemService, IJobWorkStockService JobWorkStockService, IJobWorkOutwardToClientService JobWorkOutwardToClientService)
 {
     this._JobWorkTypeService            = JobWorkTypeService;
     this._utilityService                = UtilityService;
     this._ModuleService                 = ModuleService;
     this._IUserCredentialService        = UserCredentialService;
     this._JobWorkerService              = JobWorkerService;
     this._StateService                  = StateService;
     this._CityService                   = CityService;
     this._BankNameService               = BankNameService;
     this._BloodGroupService             = BloodGroupService;
     this._YearExperienceService         = YearExperienceService;
     this._MonthExperienceService        = MonthExperienceService;
     this._DepartmentService             = DepartmentService;
     this._DesignationMasterService      = DesignationMasterService;
     this._TypeOfSupplierService         = TypeOfSupplierService;
     this._BankService                   = BankService;
     this._JobWorkPaymentService         = JobWorkPaymentService;
     this._OutwardToTailorService        = OutwardToTailorService;
     this._OutwardToTailorItemService    = OutwardToTailorItemService;
     this._JobWorkStockService           = JobWorkStockService;
     this._JobWorkOutwardToClientService = JobWorkOutwardToClientService;
 }
Ejemplo n.º 3
0
 public BankController(IUtilityService utilityService, IBankService bankService, IBankNameService bankNameService, IUserCredentialService usercredentialservice, IModuleService iIModuleService)
 {
     this._utilityService         = utilityService;
     this._bankService            = bankService;
     this._bankNameService        = bankNameService;
     this._IUserCredentialService = usercredentialservice;
     this._iIModuleService        = iIModuleService;
 }
Ejemplo n.º 4
0
 public TransportController(ITransportService TransportMasterService, ICountryService countryservice, IStateService stateservice,
                            IDistrictService districtservice, IUtilityService utilityservice, IBankNameService banknameservice, IBankService bankservice, ITransportBankDetailService TransportBankDetailService,
                            IUserCredentialService usercredentialservice, IModuleService iIModuleService)
 {
     this._TransportMasterService     = TransportMasterService;
     this._countryservice             = countryservice;
     this._stateservice               = stateservice;
     this._districtservice            = districtservice;
     this._utilityservice             = utilityservice;
     this._banknameservice            = banknameservice;
     this._bankservice                = bankservice;
     this._TransportBankDetailService = TransportBankDetailService;
     this._IUserCredentialService     = usercredentialservice;
     this._iIModuleService            = iIModuleService;
 }
Ejemplo n.º 5
0
 public ClientController(IClientMasterService ClientMasterService, ICountryService CountryService, IStateService StateService,
                         IDistrictService DistrictService, IBankService BankService, IBankNameService BankNameService, IUtilityService UtilityService, IUserCredentialService usercredentialservice, IModuleService iIModuleService,
                         IClientBankDetailService ClientBankDetailService)
 {
     this._ClientMasterService     = ClientMasterService;
     this._CountryService          = CountryService;
     this._StateService            = StateService;
     this._DistrictService         = DistrictService;
     this._BankService             = BankService;
     this._BankNameService         = BankNameService;
     this._UtilityService          = UtilityService;
     this._ClientBankDetailService = ClientBankDetailService;
     this._IUserCredentialService  = usercredentialservice;
     this._iIModuleService         = iIModuleService;
 }
Ejemplo n.º 6
0
 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;
 }
Ejemplo n.º 7
0
 public CompanyController(ICompanyBankDetailsService compbnkservice, ICityService cityservice, IStateService stateservice, IUtilityService utilityservice,
                          IBankService bankservice, ICompanyService companyService, IBankAccountTypeService bankAccountTypeService, IBankNameService bankNameService,
                          IUserCredentialService usercredentialservice, IModuleService iIModuleService, IUserService userService, IEmployeeMasterService employeeMasterService, IEmployeesCompanyService EmployeesCompanyService)
 {
     this._bankAccountTypeService  = bankAccountTypeService;
     this._bankNameService         = bankNameService;
     this._companyService          = companyService;
     this._utilityservice          = utilityservice;
     this._bankService             = bankservice;
     this._stateservice            = stateservice;
     this._cityservice             = cityservice;
     this._compbankservice         = compbnkservice;
     this._IUserCredentialService  = usercredentialservice;
     this._iIModuleService         = iIModuleService;
     this._userService             = userService;
     this._employeeMasterService   = employeeMasterService;
     this._EmployeesCompanyService = EmployeesCompanyService;
 }
Ejemplo n.º 8
0
 public EmployeeController(IDepartmentService deptservice, IUtilityService utilityservive, IBankNameService banknameservice, IBankService bankservice, IDesignationMasterService DesignationMasterService, IEmployeeMasterService EmployeeMasterService, IYearExperienceService YearExperienceService,
                           IMonthExperienceService MonthExperienceService, IBloodGroupService BloodGroupservice, ITypeOfSupplierService TypeOfSupplierSevice, ICityService cityService, IStateService stateService, IUserService userservice, IUserCredentialService usercredentialservice, IModuleService iIModuleService, IEmployeesCompanyService EmployeesCompanyService)
 {
     this._EmployeeMasterService    = EmployeeMasterService;
     this._MonthExperienceService   = MonthExperienceService;
     this._YearExperienceService    = YearExperienceService;
     this._BloodGroupService        = BloodGroupservice;
     this._TypeOfSupplierService    = TypeOfSupplierSevice;
     this._cityService              = cityService;
     this._stateService             = stateService;
     this._DesignationMasterService = DesignationMasterService;
     this._BankNameService          = banknameservice;
     this._BankService              = bankservice;
     this._utilityservice           = utilityservive;
     this._departmentservive        = deptservice;
     this._iuserservice             = userservice;
     this._IUserCredentialService   = usercredentialservice;
     this._iIModuleService          = iIModuleService;
     this._EmployeesCompanyService  = EmployeesCompanyService;
 }