Esempio n. 1
0
 public async Task AddGroupToUser(Guid userId, Guid groupId) => await _users.AddGroupToUser(userId, groupId);