Method | Description | |
---|---|---|
AppointmentsController ( ) : System | ||
AppointmentsController ( IAppointmentRepository repository ) : System | ||
Create ( ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Create ( [ Include = "ID,Name,PhoneNumber,Time,Timezone")]Appointmentappointment ) : System.Web.Mvc.ActionResult | ||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( [ Include = "ID,Name,PhoneNumber,Time,Timezone")]Appointmentappointment ) : System.Web.Mvc.ActionResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult |
public AppointmentsController ( IAppointmentRepository repository ) : System | ||
repository | IAppointmentRepository | |
return | System |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Details ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |