Пример #1
0
 public Task <ReleaseModel> GetById(int id)
 {
     return(_repository.GetByIdAsync(id));
 }