Example #1
0
 public IList <Cellar> GetAllCellars(string company)
 {
     return(_assetManager.GetCellarsList(company));
 }