C# Class AlwaysEncryptedSample.Controllers.ControllerBase

Inheritance: Controller
Show file Open project: sqlcollaborative/AlwaysEncryptedSample

Protected Properties

Property Type Description
_appContext ApplicationDbContext
_log ILog

Protected Methods

Method Description
ControllerBase ( ) : System.Web.Mvc

Method Details

ControllerBase() protected method

protected ControllerBase ( ) : System.Web.Mvc
return System.Web.Mvc

Property Details

_appContext protected property

protected ApplicationDbContext _appContext
return ApplicationDbContext

_log protected property

protected ILog _log
return ILog