Files
Disco/Disco.Services/Web/BaseController.cs
2017-03-25 15:29:51 +11:00

11 lines
135 B
C#

using System.Web.Mvc;
namespace Disco.Services.Web
{
[HandleError]
public class BaseController : Controller
{
}
}