Пример #1
0
 public IHttpActionResult GetAllParentsWithChildren()
 {
     return(Ok(service.GetAllParentsWithTheirChildrent()));
 }