Beispiel #1
0
 public IEnumerable <Employee> GetAll()
 {
     return(_employeeObject.GetAll());
 }
 public IEnumerable <Employee> GetAll()
 {
     return(ObjDb.GetAll());
 }