Remove extra config param that's not used

This commit is contained in:
Hao Kung 2015-06-23 13:30:55 -07:00
Родитель 3e3fcb54a8
Коммит f4f7fac189
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;