Пример #1
0
 public async Task <Kind> GetByIdAsync(int kID)
 {
     return(await _kindRepository.GetByIdAsync(kID));
 }