Click or drag to resize
CrudUserControllerSaveOrUpdate Method

Namespace: DrawerBackup.Native.Server.CrudApi
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
[AuthorizeAttribute]
[HttpPostAttribute]
public override HttpResponseMessage SaveOrUpdate(
	[FromBodyAttribute] UserAccount entity
)

Parameters

entity
Type: DrawerBackup.Native.Data.EntitiesUserAccount

Return Value

Type: HttpResponseMessage
See Also