コード例 #1
0
 public ActionResult <string> CrashIt()
 {
     CrashService.CrashIt();
     return("OK");
 }