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

Inheritance: BackofficeControllerBase
Afficher le fichier Open project: tah91/eworkyWebSite

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
ProfilController ( ILogger logger, IObjectStore objectStore, IEmailService emailService, IMembershipService membershipService ) : System

Private Methods

Méthode 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 méthode

public ProfilController ( ILogger logger, IObjectStore objectStore, IEmailService emailService, IMembershipService membershipService ) : System
logger ILogger
objectStore IObjectStore
emailService IEmailService
membershipService IMembershipService
Résultat System