Example #1
0
 public IEnumerable <Store> Get()
 {
     return(ObjectStore.GetAllStores());
 }
 public IEnumerable <Store> Index()
 {
     return(obj.GetAllStores());
 }