C# Class Emergy.Api.Controllers.MasterApiController

Inheritance: ApiController
Datei anzeigen Open project: gboduljak/Emergy

Protected Methods

Method Description
Dispose ( bool disposing ) : void
Error ( ) : IHttpActionResult
Error ( Microsoft.AspNet.Identity.IdentityResult result ) : IHttpActionResult
MasterApiController ( ) : System.Web
MasterApiController ( ApplicationUserManager userManager, ApplicationRoleManager roleManager, IAccountService accountService, IReCaptchaValidator reCaptchaValidator ) : System.Web
SetEmailTemplates ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Error() protected method

protected Error ( ) : IHttpActionResult
return IHttpActionResult

Error() protected method

protected Error ( Microsoft.AspNet.Identity.IdentityResult result ) : IHttpActionResult
result Microsoft.AspNet.Identity.IdentityResult
return IHttpActionResult

MasterApiController() protected method

protected MasterApiController ( ) : System.Web
return System.Web

MasterApiController() protected method

protected MasterApiController ( ApplicationUserManager userManager, ApplicationRoleManager roleManager, IAccountService accountService, IReCaptchaValidator reCaptchaValidator ) : System.Web
userManager ApplicationUserManager
roleManager ApplicationRoleManager
accountService IAccountService
reCaptchaValidator IReCaptchaValidator
return System.Web

SetEmailTemplates() protected method

protected SetEmailTemplates ( ) : void
return void