예제 #1
0
 public List <ShoppingCartItem> GetList(Criterion criterion = null)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public int GetCount(Criterion criterion = null)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public ActionServiceReference.Order Get(Criterion criterion = null)
 {
     throw new NotImplementedException();
 }