C# Class MyApp.Actions.Home

显示文件 Open project: joshuaflanagan/leveraging-conventions

Public Methods

Method Description
EditPatient ( EditPatientRequest request ) : EditPatientResponse
Help ( HelpRequest request ) : HelpResponse
Index ( ) : IndexResponse
MakeAppointment ( MakeAppointmentRequest request ) : MakeAppointmentResponse

Method Details

EditPatient() public method

public EditPatient ( EditPatientRequest request ) : EditPatientResponse
request EditPatientRequest
return EditPatientResponse

Help() public method

public Help ( HelpRequest request ) : HelpResponse
request HelpRequest
return HelpResponse

Index() public method

public Index ( ) : IndexResponse
return IndexResponse

MakeAppointment() public method

public MakeAppointment ( MakeAppointmentRequest request ) : MakeAppointmentResponse
request MakeAppointmentRequest
return MakeAppointmentResponse