Skip to content

Latest commit

 

History

History

How to Use?

var options = new RepositoryOptionsBuilder()
    .UseEntityFramework<AppDbContext>(...) // for entity framework 6
    .Options;
    
var repo = new Repository<Customer>(options);