Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. var countries = @MyApp.Web.Controllers.DataController.GetCountries();
  2.  
  3. public static string[] GetCountries()
  4. {
  5. string[] countries = { "Afghanistan", "Albania", "Algeria", "Zimbabwe" };
  6. return countries;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement