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