зеркало из https://github.com/aspnet/Identity.git
Remove extra config param that's not used
This commit is contained in:
Родитель
3e3fcb54a8
Коммит
f4f7fac189
|
@ -13,7 +13,7 @@ namespace Microsoft.AspNet.Identity
|
|||
/// </summary>
|
||||
public class IdentityEntityFrameworkServices
|
||||
{
|
||||
public static IServiceCollection GetDefaultServices(Type userType, Type roleType, Type contextType, Type keyType = null, IConfiguration config = null)
|
||||
public static IServiceCollection GetDefaultServices(Type userType, Type roleType, Type contextType, Type keyType = null)
|
||||
{
|
||||
Type userStoreType;
|
||||
Type roleStoreType;
|
||||
|
|
Загрузка…
Ссылка в новой задаче