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