Example #1
0
 public async Task <Idea> GetById(int id)
 {
     return(await _repository.GetByIdWithReferences(id));
 }