Méthode | Description | |
---|---|---|
Create ( string Id ) : object | ||
Delete ( string prof, string course ) : System.Web.Mvc.ActionResult | ||
Edit ( string Course, string Prof ) : System.Web.Mvc.ActionResult | ||
PreferencesController ( ) : System |
Initializes a new instance of the CourseController class.
|
|
Show ( string Id ) : object |
Méthode | Description | |
---|---|---|
Create ( [ Prefix = "")]Preferencepreference, string CourseList, string ProfId ) : object | ||
Edit ( [ Prefix = "")]Preferencepreference, string course, string prof, string CourseList ) : object | ||
PrepareCoursesList ( |
public Delete ( string prof, string course ) : System.Web.Mvc.ActionResult | ||
prof | string | |
course | string | |
Résultat | System.Web.Mvc.ActionResult |
public Edit ( string Course, string Prof ) : System.Web.Mvc.ActionResult | ||
Course | string | |
Prof | string | |
Résultat | System.Web.Mvc.ActionResult |