Example #1
0
 public async Task <Contracts.Brew> GetBrew(string productId)
 {
     return(await m_repository.Get(productId));
 }