コード例 #1
0
 public void Delete([FromRoute] string endpoint)
 {
     _pushService.Delete(WebUtility.UrlDecode(endpoint));
 }
コード例 #2
0
 public ActionResult Delete(int[] ids)
 {
     return(new JsonNetResult(PushService.Delete(ids)));
 }