Egyéb
This commit is contained in:
@@ -23,7 +23,7 @@ namespace WorkFlowCheck.API.Controllers
|
||||
{
|
||||
IsSuccess = true,
|
||||
};
|
||||
var checkListHeaderDTO = await _checkListService.GetCheckListHeader(id );
|
||||
var checkListHeaderDTO = await _checkListService.GetCheckListHeaderAsync(id );
|
||||
|
||||
if (checkListHeaderDTO != null)
|
||||
{
|
||||
@@ -50,7 +50,7 @@ namespace WorkFlowCheck.API.Controllers
|
||||
|
||||
try
|
||||
{
|
||||
var response = await _checkListService.StartNew(request);
|
||||
var response = await _checkListService.StartNewCheckListAsync(request);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user