namespace BlackRock.Reporting.API.Core { public interface IUnitOfWork { Task SaveChangesAsync(); } }