public List <ShoppingCartItem> GetList(Criterion criterion = null) { throw new NotImplementedException(); }
public int GetCount(Criterion criterion = null) { throw new NotImplementedException(); }
public ActionServiceReference.Order Get(Criterion criterion = null) { throw new NotImplementedException(); }