Esempio n. 1
0
 public async Task AcceptInvite([Remainder] string clanName)
 {
     await _clanService.EditClanInvite(Context, clanName, true);
 }