16 lines
251 B
C#
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
|
|
{
|
|
|
|
}
|
|
}
|