Javítás
This commit is contained in:
@@ -365,8 +365,8 @@ namespace WorkFlowCheck.API.Controllers
|
||||
return retVal;
|
||||
}
|
||||
|
||||
[HttpPost("UpdateCheckListHeader")]
|
||||
public async Task<ApiResponseDTO<string>> UpdateCheckListHeader([FromBody] CheckListHeaderDTO checkListHeaderDTO)
|
||||
[HttpPost("SendCheckListHeader")]
|
||||
public async Task<ApiResponseDTO<string>> SendCheckListHeader([FromBody] CheckListHeaderDTO checkListHeaderDTO)
|
||||
{
|
||||
var retVal = new ApiResponseDTO<string>()
|
||||
{
|
||||
@@ -375,7 +375,7 @@ namespace WorkFlowCheck.API.Controllers
|
||||
|
||||
try
|
||||
{
|
||||
var result = await _syncService.UpdateCheckListHeaderAsync(checkListHeaderDTO);
|
||||
var result = await _syncService.SendCheckListHeaderAsync(checkListHeaderDTO);
|
||||
retVal.Data = "Sikeres beküldés!";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user