Custom Error Handling
This commit is contained in:
@@ -9,7 +9,7 @@ using System.Web.Mvc;
|
||||
namespace Disco.Services.Web
|
||||
{
|
||||
[OutputCache(Duration = 0, Location = System.Web.UI.OutputCacheLocation.None)]
|
||||
public abstract class DatabaseController : Controller
|
||||
public abstract class DatabaseController : BaseController
|
||||
{
|
||||
protected DiscoDataContext Database;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user