Пример #1
0
 public async Task <Models.Planning?> GetByIdAsync(int id)
 {
     return((await _planningRepository.GetByIdAsync(id)).ToModel());
 }