Advertisement
imjyb1008work

Base HomeController

Jan 29th, 2019
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.12 KB | None | 0 0
  1. public class HomeController : Controller
  2. {
  3.     // GET: Home
  4.     public ActionResult Index()
  5.     {
  6.         return View();
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement