Table of Contents

Method Update

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

Update(List<T>)

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

Parameters

updateEntities List<T>

Returns

Task<IActionResult>