Метод | Описание | |
---|---|---|
AppointmentsController ( ) : System | ||
AppointmentsController ( IAppointmentRepository repository ) : System | ||
Create ( ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult |
Метод | Описание | |
---|---|---|
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 ( ) : System | ||
Результат | System |
public AppointmentsController ( IAppointmentRepository repository ) : System | ||
repository | IAppointmentRepository | |
Результат | System |
public Create ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public Details ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Результат | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |