Exemplo n.º 1
0
 public IList <Employee> GetEmployees(string fullname)
 {
     return(_controller.GetEmployees(fullname));
 }