Esempio n. 1
0
 public List <Region> GetAllChilds(int region)
 {
     return(RegionManager.GetAllChilds(region));
 }