Пример #1
0
 public async Task <Brewery> Create(Brewery model)
 {
     return(await _useCase.Create(model));
 }