Beispiel #1
0
 private Employee GetEmployeeByFirstName(string firstName)
 {
     return(_employeeGetway.GetEmployeeByFirstName(firstName));
 }