示例#1
0
 public ResponseDto RemoveUserToRoleConstraint(UserToRoleConstraintDto constraint)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public UserToRoleConstraintDto UpdateUserToRoleConstraint(UserToRoleConstraintDto constraint)
 {
     throw new NotImplementedException();
 }