Exemple #1
0
 public async Task <Beer> CreateAsync(Beer beer)
 {
     return(await _beerRepository.CreateAsync(beer));
 }