C# Class SponsorAChild.Controllers.HomeController

Inheritance: Controller
Afficher le fichier Open project: Compassion/ChildPoolDemo

Méthodes publiques

Méthode Description
ConfirmSponsorship ( string childId ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
SponsorChild ( string childId ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
CommandResponseCallback ( IAsyncResult asyncResult ) : void

Method Details

ConfirmSponsorship() public méthode

public ConfirmSponsorship ( string childId ) : System.Web.Mvc.ActionResult
childId string
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

SponsorChild() public méthode

public SponsorChild ( string childId ) : System.Web.Mvc.ActionResult
childId string
Résultat System.Web.Mvc.ActionResult