Method | Description | |
---|---|---|
AddEdit ( |
||
Delete ( |
||
FieldController ( IRepository repository, ISaveEntityService saveEntityService, IUploadedFileHandlerService uploadedFileHandlerService, IHttpContextAbstractor httpContextAbstractor ) : System | ||
Save ( FieldViewModel input ) : System.Web.Mvc.ActionResult |
public AddEdit ( |
||
input | ||
return | System.Web.Mvc.ActionResult |
public Delete ( |
||
input | ||
return | System.Web.Mvc.ActionResult |
public FieldController ( IRepository repository, ISaveEntityService saveEntityService, IUploadedFileHandlerService uploadedFileHandlerService, IHttpContextAbstractor httpContextAbstractor ) : System | ||
repository | IRepository | |
saveEntityService | ISaveEntityService | |
uploadedFileHandlerService | IUploadedFileHandlerService | |
httpContextAbstractor | IHttpContextAbstractor | |
return | System |
public Save ( FieldViewModel input ) : System.Web.Mvc.ActionResult | ||
input | FieldViewModel | |
return | System.Web.Mvc.ActionResult |