Mineplex2018-withcommit/Website/Nautilus.Web.Impulse/Areas/Manage/Controllers/PaymentsController.cs
Jonathan Williams 3fb52c5c71 Initial Commit
2013-08-27 08:14:08 -07:00

13 lines
239 B
C#

namespace LOC.Website.Web.Areas.Manage.Controllers
{
using System.Web.Mvc;
public class PaymentsController : ManageControllerBase
{
public ActionResult Index()
{
return View();
}
}
}