Example #1
0
 public List <clsProduct> ProductsGetAll()
 {
     return(_productCol.getAllProducts());
 }