Table of Contents

Method Update

Namespace
Innova.Rest.Server
Assembly
Innova.Rest.Server.dll

Update(List<TEdit>)

[HttpPut("Update")]
public Task<IActionResult> Update(List<TEdit> updateEntities)

Parameters

updateEntities List<TEdit>

Returns

Task<IActionResult>