Beispiel #1
0
 public Task <bool> InviteExistsAsync(string code)
 {
     return(_dbClient.AnActiveInviteExistsOnCodeAsync(code));
 }