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