Clean namings and namespace

This commit is contained in:
2025-08-05 17:45:44 +07:00
parent 843239d187
commit 7d92031059
30 changed files with 67 additions and 64 deletions

View File

@@ -0,0 +1,7 @@
using Managing.Application.Abstractions.Services;
namespace Managing.Application.Agents;
public class AgentService : IAgentService
{
}