Exemple #1
0
 public async Task <SchedulingVO> FindByIdAsync(int id)
 {
     return(_converter.Parse(await _repository.FindByIdAsync(id)));
 }