Beispiel #1
0
 public bool DataBaseExist()
 {
     try
     {
         return(_da.DataBaseExist());
     }
     catch
     {
         throw;
     }
 }