BiosealMVCWeb.Controllers.CareersController.Intern C# (CSharp) Method

Intern() public method

public Intern ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult Intern()
        {
            return View();
        }