Méthode | Description | |
---|---|---|
ContactController ( IContactService contactService, IFDPService fdpService, IUserProfileService userProfileService ) : System | ||
Create ( int fdpId ) : 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 ( int fdpId ) : System.Web.Mvc.ViewResult |
Méthode | Description | |
---|---|---|
Create ( |
||
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( |
public ContactController ( IContactService contactService, IFDPService fdpService, IUserProfileService userProfileService ) : System | ||
contactService | IContactService | |
fdpService | IFDPService | |
userProfileService | IUserProfileService | |
Résultat | System |
public Create ( int fdpId ) : System.Web.Mvc.ActionResult | ||
fdpId | int | |
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 ( int fdpId ) : System.Web.Mvc.ViewResult | ||
fdpId | int | |
Résultat | System.Web.Mvc.ViewResult |