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