Class ContactNotesController
Inheritance
System.Object
ContactNotesController
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
public class ContactNotesController : Controller
Constructors
Declaration
public ContactNotesController(ICustomerService customerService)
Parameters
Methods
Declaration
public ActionResult AddOrUpdate(ContactNoteModel model)
Parameters
Returns
Type |
Description |
Microsoft.AspNetCore.Mvc.ActionResult |
|
Declaration
public ActionResult Delete(Guid[] contactNodeIds)
Parameters
Type |
Name |
Description |
System.Guid[] |
contactNodeIds |
|
Returns
Type |
Description |
Microsoft.AspNetCore.Mvc.ActionResult |
|
Declaration
public ActionResult Get(Guid contactNoteId)
Parameters
Type |
Name |
Description |
System.Guid |
contactNoteId |
|
Returns
Type |
Description |
Microsoft.AspNetCore.Mvc.ActionResult |
|
Declaration
public ActionResult List(Guid contactId)
Parameters
Type |
Name |
Description |
System.Guid |
contactId |
|
Returns
Type |
Description |
Microsoft.AspNetCore.Mvc.ActionResult |
|