예제 #1
0
 public void CreateDataBase()
 {
     try
     {
         _da.CreateDataBase();
     }
     catch
     {
         throw;
     }
 }