Example #1
0
 public Employee GetOneById(string value)
 {
     return(_hrrepository.GetEmployeeById(value));
 }