C# Class Worki.Web.Areas.Backoffice.Controllers.ProfilController

Inheritance: BackofficeControllerBase
Exibir arquivo Open project: tah91/eworkyWebSite

Private Properties

Property Type Description
ChangeBillingInformation System.Web.Mvc.ActionResult
ChangeBillingInformation System.Web.Mvc.ActionResult
ChangePaymentInformation System.Web.Mvc.ActionResult
ChangePaymentInformation System.Web.Mvc.ActionResult
ProfilController System
RedirectToAction System.Web.Mvc.RedirectToRouteResult

Public Methods

Method Description
ProfilController ( ILogger logger, IObjectStore objectStore, IEmailService emailService, IMembershipService membershipService ) : System

Private Methods

Method Description
ChangeBillingInformation ( ) : System.Web.Mvc.ActionResult
ChangeBillingInformation ( Member model ) : System.Web.Mvc.ActionResult
ChangePaymentInformation ( ) : System.Web.Mvc.ActionResult
ChangePaymentInformation ( PaymentInfoModel model ) : System.Web.Mvc.ActionResult
ProfilController ( Dummy d ) : System
RedirectToAction ( System.Web.Mvc.ActionResult result ) : System.Web.Mvc.RedirectToRouteResult

Method Details

ProfilController() public method

public ProfilController ( ILogger logger, IObjectStore objectStore, IEmailService emailService, IMembershipService membershipService ) : System
logger ILogger
objectStore IObjectStore
emailService IEmailService
membershipService IMembershipService
return System