Example #1
0
 public List <Cart> GetByCartId(string[] cIds)
 {
     return(cd.getByCartId(cIds));
 }