示例#1
0
 private Employee GetEmployeeByEmail(string email)
 {
     return(_employeeGetway.GetEmployeeByEmail(email));
 }