예제 #1
0
 public ActionResult Get([FromRoute] int id)
 {
     return(Ok(
                serviceCategoryService.Get(id)
                ));
 }