Method | Description | |
---|---|---|
ContactPersonController ( IContactService contactService, IFDPService fdpService ) : System | ||
Contact_Delete ( int id ) : System.Web.Mvc.ActionResult | ||
Contact_Read ( [ request ) : System.Web.Mvc.ActionResult | ||
Contact_Update ( ) : System.Web.Mvc.ActionResult | ||
Create_contact ( int fdpId ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Create_contact ( [ request, |
public ContactPersonController ( IContactService contactService, IFDPService fdpService ) : System | ||
contactService | IContactService | |
fdpService | IFDPService | |
return | System |
public Contact_Delete ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Contact_Read ( [ request ) : System.Web.Mvc.ActionResult | ||
request | [ | |
return | System.Web.Mvc.ActionResult |
public Contact_Update ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Create_contact ( int fdpId ) : System.Web.Mvc.ActionResult | ||
fdpId | int | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |