Update pmUser and create completed

This commit is contained in:
SamSys
2025-12-13 20:04:57 +03:30
parent f75d267ef5
commit 57116b14cc
16 changed files with 144 additions and 103 deletions

View File

@@ -27,7 +27,8 @@ using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Shared.Contracts.PmRole.Commands;
using Shared.Contracts.PmRole.Queries;
using Shared.Contracts.PmUser;
using Shared.Contracts.PmUser.Commands;
using Shared.Contracts.PmUser.Queries;
namespace GozareshgirProgramManager.Infrastructure;
@@ -96,6 +97,7 @@ public static class DependencyInjection
services.AddTransient<IPmRoleCommandService, PmRoleCommandService>();
services.AddTransient<IPmUserQueryService, PmUserQueryService>();
services.AddTransient<IPmUserCommandService, PmUserCommandService>();
#endregion