private List <Store> OnLoadStores(object source, LocalInfoArgs args)
 {
     return(stores);
 }
Exemple #2
0
 private List <Restaurant> OnLoadRestaurant(object source, LocalInfoArgs args)
 {
     return(restaurants);
 }
 private List <Cinema> OnLoadCinema(object source, LocalInfoArgs args)
 {
     return(cinemas);
 }
Exemple #4
0
 private List <Recreational> OnLoadRecreational(object source, LocalInfoArgs args)
 {
     return(recreationals);
 }