示例#1
0
 public IHttpActionResult GetChildrenOfParent(int parentId)
 {
     return(Ok(service.GetAllChildren(parentId)));
 }