Skip to content

Instantly share code, notes, and snippets.

@jorgelevy
Last active October 4, 2019 05:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jorgelevy/bc5d143266493c8806872331870289c1 to your computer and use it in GitHub Desktop.
Save jorgelevy/bc5d143266493c8806872331870289c1 to your computer and use it in GitHub Desktop.
public class HomeController : BaseController
{
public IActionResult Index()
{
return View("Hola Mundo!!!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment