Skip to content

Instantly share code, notes, and snippets.

@rdelrosario
Created January 20, 2021 19:47
Show Gist options
  • Save rdelrosario/39dd80950021249b12be06099d452ec6 to your computer and use it in GitHub Desktop.
Save rdelrosario/39dd80950021249b12be06099d452ec6 to your computer and use it in GitHub Desktop.
_sourceCache.AddOrUpdate(new List<Restaurant>()
{
new Restaurant("Yao","Casual","Asian Fusion","Dominican Republic"),
new Restaurant("Chef Pepper","Casual","International","Dominican Republic"),
new Restaurant("Bottega Fratelli","Formal","International","Dominican Republic"),
new Restaurant("McDonalds","Fast Food","Burgers","United States"),
new Restaurant("Burger King","Fast Food","Burgers","United States"),
new Restaurant("Sushi Nation","Casual","Sushi","Venezuela"),
new Restaurant("Pollo Victorina","Fast Food","Chicken","Dominican Republic"),
new Restaurant("Pollo Rey","Fast Food","Chicken","Dominican Republic"),
new Restaurant("Asadero Argetino","Formal","Meat","Dominican Republic"),
new Restaurant("Hooters","Casual","Wings","United States"),
new Restaurant("Andres Carne","Casual","Meat","Colombia"),
new Restaurant("La Casita","Casual","Colombian Food","Colombia"),
new Restaurant("Cielo","Formal","International","Colombia"),
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment