Exemplo n.º 1
0
 public Employee GetEmployeeByUsername(string username)
 {
     return(_employeeController.GetEmployeeByUsername(username));
 }