Пример #1
0
 public static List <CLayer.Property> GetAllGDSPropertiesWithOutData()
 {
     DataLayer.Property bok = new DataLayer.Property();
     return(bok.GetAllGDSPropertiesWithOutData());
 }