C# Class AlwaysEncryptedSample.Controllers.ControllerBase

Inheritance: Controller
显示文件 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_oe property

protected ApplicationDbContext _appContext
return ApplicationDbContext

_log protected_oe property

protected ILog _log
return ILog