Skip to content

Commit

Permalink
fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
ili committed May 17, 2017
1 parent 7c8ad73 commit 4f3ef98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LinqToDB.Identity/IdentityLinqToDbBuilderExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static IdentityBuilder AddLinqToDBStores<TContext, TConnection, TKey>(thi
{
builder.Services.AddSingleton(factory);

builder.Services.TryAdd(GetDefaultServices(builder.UserType, builder.RoleType, typeof(TContext), typeof(TKey)));
builder.Services.TryAdd(GetDefaultServices(builder.UserType, builder.RoleType, typeof(TContext), typeof(TConnection), typeof(TKey)));
return builder;
}

Expand Down

0 comments on commit 4f3ef98

Please sign in to comment.