Ejemplo n.º 1
0
 public List <ViewCart> GetMyShoopingCartList(string CartId)
 {
     return(objDALProductList.GetMyShoopingCartList(CartId));
 }