Ejemplo n.º 1
0
 public HttpResponseMessage GetMenuChildByParentId(string parentId)
 {
     return(Request.CreateResponse(HttpStatusCode.OK, new { value = _menuServices.GetMenuChildByParentId(parentId) }));
 }