feat(api): appInWorkContoller добавлены методы Get
This commit is contained in:
@@ -27,7 +27,7 @@ namespace PARR.GeneratorTemplates.Services
|
||||
if (service == null)
|
||||
throw new Exception($"Не найден сервис: {nameof(IApplicationsInWorkService)}");
|
||||
|
||||
return await service.Get(applicationId, workId) != null;
|
||||
return await service.GetAsync(applicationId, workId) != null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user