Exemplo n.º 1
0
 public IEnumerable <Client> Get()
 {
     return(_store.GetAll());
 }
Exemplo n.º 2
0
 public IEnumerable <SimpleOrder> Get()
 {
     return(_simpleOrders.GetAll());
 }
 public IEnumerable <Bonsai> Get()
 {
     return(_store.GetAll());
 }
 public IEnumerable <CheckoutOption> GetOptions()
 {
     return(_options.GetAll());
 }
Exemplo n.º 5
0
 public IEnumerable <Message> Get()
 {
     return(_messageStore.GetAll());
 }