feat: add method to update employee full name in FaceEmbeddingService and integrate with RollCallEmployeeApplication

This commit is contained in:
2025-12-16 10:39:51 +03:30
parent 35b7a3a3dd
commit b64d0e5ffd
5 changed files with 370 additions and 296 deletions

View File

@@ -3,7 +3,8 @@
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>
<!--<StartupObject>ServiceHost.Program</StartupObject>-->
</PropertyGroup>