Exemple #1
0
 public async Task <IList <Contracts.Brew> > GetBrews()
 {
     return(await m_repository.GetBrews());
 }