コード例 #1
0
 // GET api/<controller>/5
 public string Get(int id)
 {
     return(NumberUtilities.IsPrime(id).ToString());
 }