Click or drag to resize
CrudControllerTEntitySaveOrUpdate Method
Insert a entity to the server

Namespace: DrawerBackup.Native.Server.Controllers
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
[AuthorizeAttribute]
[HttpPostAttribute]
public virtual HttpResponseMessage SaveOrUpdate(
	[FromBodyAttribute] TEntity entity
)

Parameters

entity
Type: TEntity

Return Value

Type: HttpResponseMessage
See Also