Beispiel #1
0
 public IActionResult GetListTreeClient(int id)
 {
     return(Ok(_levelService.GetListTreeClient(id)));
 }