Ejemplo n.º 1
0
 public List <Backend.Employee> getEmployeesByLastName(string name)
 {
     return(itsDAL.getEmployeesByLastName(name));
 }