Beispiel #1
0
 public IList <Product> GetProductsByTitle(string title)
 {
     return(dal.GetProductsByTitle(title));
 }