Revert "feat: introduce Shared.Contracts for account management and refactor related services"
This reverts commit 9469a5f76e.
This commit is contained in:
@@ -32,11 +32,9 @@ using AccountManagement.Domain.TicketAccessAccountAgg;
|
||||
using AccountManagement.Domain.TicketAgg;
|
||||
using AccountMangement.Infrastructure.EFCore;
|
||||
using AccountMangement.Infrastructure.EFCore.Repository;
|
||||
using AccountMangement.Infrastructure.EFCore.Services;
|
||||
using Company.Domain.WorkshopAccountAgg;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Shared.Contracts.Account;
|
||||
using TaskManager.Application;
|
||||
using TaskManager.Infrastructure.EFCore.Repository;
|
||||
|
||||
@@ -48,7 +46,6 @@ namespace AccountManagement.Configuration
|
||||
{
|
||||
services.AddTransient<IAccountApplication, AccountApplication>();
|
||||
services.AddTransient<IAccountRepository, AccountRepository>();
|
||||
services.AddTransient<IAccountQueryService, AccountQueryService>();
|
||||
|
||||
services.AddTransient<IRoleApplication, RoleApplication>();
|
||||
services.AddTransient<IRoleRepository, RoleRepository>();
|
||||
|
||||
Reference in New Issue
Block a user