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