Очистка

This commit is contained in:
Халимов Рустам
2026-03-30 11:14:20 +03:00
parent 44d59dab2a
commit 465e84e686
11 changed files with 100 additions and 63 deletions
@@ -7,5 +7,4 @@ public interface IAuthUnitOfWork : IUnitOfWork
{
IUserRepository UserRepository { get; }
void Add(UserContract user);
Task<int> SaveChangesAsync(CancellationToken ct = default);
}