Files
Disco/Disco.Services/Web/BaseController.cs
T
2013-11-11 17:04:04 +11:00

16 lines
251 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Web.Mvc;
namespace Disco.Services.Web
{
[HandleError]
public class BaseController : Controller
{
}
}