Example #1
0
 public async Task <Employee> GetByWorkingHourIdAsync(int workingHourId)
 {
     return(await _employeeDataProvider.GetByWorkingHourIdAsync(workingHourId));
 }