C# Class SponsorAChild.Controllers.HomeController

Inheritance: Controller
Datei anzeigen Open project: Compassion/ChildPoolDemo

Public Methods

Method Description
ConfirmSponsorship ( string childId ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
SponsorChild ( string childId ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
CommandResponseCallback ( IAsyncResult asyncResult ) : void

Method Details

ConfirmSponsorship() public method

public ConfirmSponsorship ( string childId ) : System.Web.Mvc.ActionResult
childId string
return System.Web.Mvc.ActionResult

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

SponsorChild() public method

public SponsorChild ( string childId ) : System.Web.Mvc.ActionResult
childId string
return System.Web.Mvc.ActionResult