C# Class ChildRegistration.Controllers.ChildRegistrationController

Inheritance: Controller
Show file Open project: Compassion/ChildPoolDemo

Public Methods

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

Private Methods

Method Description
RegisterNewChild ( System.Guid childId, string childName, int childAge, string countryName, string programType, string otherDetailsOnlyThisServiceCaresAbout, string childPhotoLink ) : System.Web.Mvc.ActionResult

Method Details

Index() public method

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

UnregisterChild() public method

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