Exemple #1
0
 public List <EmployeeDto> GetEmployees()
 {
     return(_context.GetEmployees());
 }
Exemple #2
0
 public IEnumerable <IEmployee> GetEmployees()
 {
     return(_context.GetEmployees());
 }