Exemplo n.º 1
0
 public EmployeesService(DBCommonContext dbcontext, ICompaniesInterface companiesSrvice)
 {
     _dbcontext       = dbcontext;
     _companiesSrvice = companiesSrvice;
 }
Exemplo n.º 2
0
 public companiesController(ICompaniesInterface comapniesInterface)
 {
     _comapniesInterface = comapniesInterface;
 }