コード例 #1
0
 public async Task <bool> CancelBan(BaseRequestData model)
 {
     return(await _banService.CancelBan(model.PlayerId));
 }