Esempio n. 1
0
 public IEnumerable <Store> Get()
 {
     return(ObjectStore.GetAllStores());
 }
Esempio n. 2
0
 public IEnumerable <Store> Index()
 {
     return(obj.GetAllStores());
 }