Example #1
0
 public IEnumerable <Cigar> GetCigar(string name)
 {
     return(_cigarData.GetCigarsByName(name));
 }