예제 #1
0
 public async Task <Contracts.Brew> GetBrewWithCode(string gtin)
 {
     return(await m_repository.GetByGtin(gtin));
 }