Beispiel #1
0
 private Employee GetEmployeeByLastName(string lastName)
 {
     return(_employeeGetway.GetEmployeeByLastName(lastName));
 }