Test Creation DesktopApp
This commit is contained in:
@@ -18,7 +18,7 @@ namespace LaDOSE.Api.Controllers
|
||||
[HttpPost]
|
||||
public TU Post([FromBody]TU dto)
|
||||
{
|
||||
return _service.Create(dto);
|
||||
return _service.AddOrUpdate(dto);
|
||||
}
|
||||
[HttpGet]
|
||||
public List<TU> Get()
|
||||
|
||||
Reference in New Issue
Block a user