Beispiel #1
0
 //product list call
 public List <ProductModel> GetProductList()
 {
     return(newProductGateway.FillProductGrid());
 }