Closed ili closed 7 years ago
AddLinqToDBStores methods should be rewritten to allow register own types easy, for now it is needed to write:
services .AddSingleton<IConnectionFactory<MyDataContext,MyDataConnection>>(new IdentityConnectionFactory()) .AddScoped(typeof(IUserStore<User>), typeof(UserStore)) .AddScoped(typeof(IRoleStore<Role>), typeof(RoleStore));
AddLinqToDBStores methods should be rewritten to allow register own types easy, for now it is needed to write: