Esempio n. 1
0
 public List <Employee> GetAllEmployees()
 {
     return(context.GetAllEmployees());
 }