Example #1
0
 public async Task <Answer> FindByIdAsync(int key)
 {
     return(await repository.FindActiveByIdAsync(key));
 }