Exemple #1
0
 public List <Employee> GetAllEmployees()
 {
     return(setupGateway.GetAllEmployees());
 }