示例#1
0
 public Task DeactivateInviteLink(LeagueInviteLink inviteLink)
 {
     return(_fantasyCriticRepo.DeactivateInviteLink(inviteLink));
 }