Beispiel #1
0
 public VendorsController(IIndustryRepository industryRepository, ICompanyOwnerRepository companyownerRepository, IVendorLegalCompanyStructureCategoryRepository vendorlegalcompanystructurecategoryRepository, ICountryRepository countryRepository, IStateRepository stateRepository, IVendorStatusCategoryRepository vendorstatuscategoryRepository, IUserRepository userRepository, IVendorRepository vendorRepository)
 {
     this.industryRepository = industryRepository;
     this.companyownerRepository = companyownerRepository;
     this.vendorlegalcompanystructurecategoryRepository = vendorlegalcompanystructurecategoryRepository;
     this.countryRepository = countryRepository;
     this.stateRepository = stateRepository;
     this.vendorstatuscategoryRepository = vendorstatuscategoryRepository;
     this.userRepository = userRepository;
     this.vendorRepository = vendorRepository;
 }
 public VendorLegalCompanyStructureCategoriesController(IVendorLegalCompanyStructureCategoryRepository vendorlegalcompanystructurecategoryRepository)
 {
     this.vendorlegalcompanystructurecategoryRepository = vendorlegalcompanystructurecategoryRepository;
 }