// ReSharper disable once SuggestBaseTypeForParameter // The parameter must be of type IamContext! public IamRoleStore(IamContext context) : base(context) { }
public IamUserStore(IamContext context) : base(context) { IdsContext = context; }