Exemplo n.º 1
0
 public Task RemoveServerGroup(GetServerGroup serverGroup, IEnumerable <GetClientInfo> clientInfo) => RemoveServerGroup(serverGroup.Id, clientInfo.Select(info => info.DatabaseId));
Exemplo n.º 2
0
 public Task RemoveServerGroup(GetServerGroup serverGroup, IEnumerable <int> clientDatabaseIds) => RemoveServerGroup(serverGroup.Id, clientDatabaseIds);
Exemplo n.º 3
0
 public Task RemoveServerGroup(GetServerGroup serverGroup, GetClientInfo clientInfo) => RemoveServerGroup(serverGroup.Id, clientInfo.DatabaseId);
Exemplo n.º 4
0
 public Task RemoveServerGroup(GetServerGroup serverGroup, int clientDatabaseId) => RemoveServerGroup(serverGroup.Id, clientDatabaseId);
Exemplo n.º 5
0
 public Task AddServerGroup(GetServerGroup serverGroup, GetClientInfo clientInfo) => AddServerGroup(serverGroup.Id, clientInfo.DatabaseId);
Exemplo n.º 6
0
 public Task AddServerGroup(GetServerGroup serverGroup, int clientDatabaseId) => AddServerGroup(serverGroup.Id, clientDatabaseId);