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