Méthode | Description | |
---|---|---|
ActivitiesController ( IPersonRepository personRepository, ICustomerRepository customerRepository, IActivityRepository activityRepository, IPrincipal authentication ) : System.Linq | ||
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ViewResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ViewResult |
Méthode | Description | |
---|---|---|
Create ( Activity activity ) : System.Web.Mvc.ActionResult | ||
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( Activity activity ) : System.Web.Mvc.ActionResult | ||
OnlyUserName ( ) : string |
public ActivitiesController ( IPersonRepository personRepository, ICustomerRepository customerRepository, IActivityRepository activityRepository, IPrincipal authentication ) : System.Linq | ||
personRepository | IPersonRepository | |
customerRepository | ICustomerRepository | |
activityRepository | IActivityRepository | |
authentication | IPrincipal | |
Résultat | System.Linq |
public Create ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public Delete ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Résultat | System.Web.Mvc.ActionResult |
public Details ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | |
Résultat | System.Web.Mvc.ViewResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Résultat | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ViewResult | ||
Résultat | System.Web.Mvc.ViewResult |