Example #1
0
 public List <Carts> GetAllInfo(string Loginid)
 {
     return(cs.GetAllInfo(Loginid));
 }