Exemple #1
0
 public ICollection <IProduct> GetAllProducts()
 {
     return(_dao.AllProducts());
 }