namespace Brizco.Repository.Repositories.UnitOfWork;
public interface IUnitOfWork : IScopedDependency
{
System.Threading.Tasks.Task SaveChangesAsync(CancellationToken cancellationToken = default);
}