Exemple #1
0
 public async Task <bool> DeleteInvitation(ClanInviteRequestModel model)
 {
     return(await _clanService.DeleteInvitation(model));
 }