C# 클래스 ChildRegistration.Controllers.ChildRegistrationController

상속: Controller
파일 보기 프로젝트 열기: Compassion/ChildPoolDemo

공개 메소드들

메소드 설명
Index ( ) : System.Web.Mvc.ActionResult
UnregisterChild ( string childId ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
RegisterNewChild ( System.Guid childId, string childName, int childAge, string countryName, string programType, string otherDetailsOnlyThisServiceCaresAbout, string childPhotoLink ) : System.Web.Mvc.ActionResult

메소드 상세

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

UnregisterChild() 공개 메소드

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