namespace Infrastructure; public interface IUnitOfWork { Task SaveAsync(); }