Exemplo n.º 1
0
 public IEnumerable <Employee> GetAll()
 {
     return(_employeeObject.GetAll());
 }
Exemplo n.º 2
0
 public IEnumerable <Employee> GetAll()
 {
     return(ObjDb.GetAll());
 }