Example #1
0
 public EmployeesService(DBCommonContext dbcontext, ICompaniesInterface companiesSrvice)
 {
     _dbcontext       = dbcontext;
     _companiesSrvice = companiesSrvice;
 }
Example #2
0
 public companiesController(ICompaniesInterface comapniesInterface)
 {
     _comapniesInterface = comapniesInterface;
 }