示例#1
0
 public async Task AddRightToGroup(Guid rightId, Guid groupId) => await _users.AddRightToGroup(rightId, groupId);