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