arch / UnitOfWork

A plugin for Microsoft.EntityFrameworkCore to support repository, unit of work patterns, multiple database with distributed transaction supported, and MySQL multiple databases/tables sharding supported.
MIT License
1.34k stars 343 forks source link

张帅,把范型仓储直接注入到容器吧 #136

Open iMaxSys opened 4 years ago

iMaxSys commented 4 years ago

张帅,把范型仓储直接注入到core的DI容器吧,别用TContext.GetService和new了,你可以做到的;) 类似 services.AddScoped(typeof(IRepository<>), typeof(Repository<>));