public UserRoleRepository(IIdentityDBContext dbc, IUserRoleMap map_factory) : base(map_factory)
 {
     entity_context = dbc;
 }
예제 #2
0
 public RoleClaimRepository(IIdentityDBContext dbc, IRoleClaimMap map_factory) : base(map_factory)
 {
     entity_context = dbc;
 }