Example #1
0
 private Employee GetEmployeeByEmployeeCode(string code)
 {
     return(_employeeGetway.GetEmployeeByEmployeeCode(code));
 }