public int CreateCart_(Cart crtObj) { return(DalObj.CreateCart(crtObj)); }
public int CreateCart(Cart ObjCrt) { return(DalObj.CreateCart(ObjCrt)); }