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