Beispiel #1
0
 public ClsCourse()
 {
     dbs = new ClsDataBaseSQL();
     string DbName = ConfigurationManager.AppSettings["DbName"].ToString();
 }