Exemplo n.º 1
0
 public string GetLiquidName()
 {
     return(_container.GetLiquids()[0].Liquid.ToString());
 }
Exemplo n.º 2
0
 public ReadOnlyCollection <Ingredient> GetLiquidList()
 {
     return(_container.GetLiquids());
 }