using System.Web.Mvc; namespace MP_IO.Interfaces { public interface IHomeService { #region Public Methods /// /// GET: Home /// RedirectResult Index(); #endregion Public Methods } }