Exemple #1
0
 public async Task <Answer> FirstOrDefaultAsync()
 {
     return(await repository.FirstOrDefaultAsync());
 }