Ejemplo n.º 1
0
 public DataTable GetQuantity(string cartId)
 {
     return(objDALProductList.GetQuantity(cartId));
 }