Méthode | Description | |
---|---|---|
Index ( string SearchTerms = "", int CurrentPageNumber = 1, int ItemsPerPage = 20 ) : System.Web.Mvc.ActionResult | ||
RaceController ( ) : System | ||
RaceController ( ApplicationUserManager userManager ) : System |
Méthode | Description | |
---|---|---|
Add ( ) : System.Web.Mvc.ActionResult | ||
Add ( AddEditRaceViewModel vModel ) : System.Web.Mvc.ActionResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( int id, AddEditRaceViewModel vModel ) : System.Web.Mvc.ActionResult | ||
Remove ( long ID, string authorize ) : System.Web.Mvc.ActionResult |
public Index ( string SearchTerms = "", int CurrentPageNumber = 1, int ItemsPerPage = 20 ) : System.Web.Mvc.ActionResult | ||
SearchTerms | string | |
CurrentPageNumber | int | |
ItemsPerPage | int | |
Résultat | System.Web.Mvc.ActionResult |
public RaceController ( ApplicationUserManager userManager ) : System | ||
userManager | ApplicationUserManager | |
Résultat | System |