示例#1
0
 public bool AddCartRelease(CartRelease cartRelease)
 {
     return(cartdb.AddCartRelease(cartRelease));
 }