Метод | Описание | |
---|---|---|
Index ( ) : System.Web.Mvc.ActionResult | ||
Progress ( int id ) : System.Web.Mvc.ActionResult | ||
Show ( int clientId, int treatmentNumber ) : System.Web.Mvc.ActionResult | ||
TreatmentController ( IRepository repository ) : System |
public Index ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public Progress ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Результат | System.Web.Mvc.ActionResult |
public Show ( int clientId, int treatmentNumber ) : System.Web.Mvc.ActionResult | ||
clientId | int | |
treatmentNumber | int | |
Результат | System.Web.Mvc.ActionResult |
public TreatmentController ( IRepository repository ) : System | ||
repository | IRepository | |
Результат | System |