Example #1
0
 public TotalEmployeeHours GetById(int id)
 {
     return(_totalEmployeeHoursRepository.GetById(id));
 }