예제 #1
0
 public IHttpActionResult Get([FromUri] int level)
 {
     return(Json(readService.ReadFromDatabase(level)));
 }