Exemple #1
0
 public static void GetListThemes()
 {
     string[] themeList = dataWork.GetListThemes("Предмет 20");
     int      i         = 0;
 }
Exemple #2
0
 public string[] QueryThemesList(string name)
 {
     return(_dataWork.GetListThemes(name));
 }