Created
January 20, 2021 19:47
-
-
Save rdelrosario/39dd80950021249b12be06099d452ec6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_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