Пример #1
0
 public List <Region> GetAllRelated(int idRegion)
 {
     return(RegionManager.GetAllRelated(idRegion));
 }