Example #1
0
 public EmployeeDto GetEmployeeById(int id)
 {
     return(_context.GetEmployeeById(id));
 }