Exemple #1
0
 public void Open()
 {
     try
     {
         _provider.Open();
     }
     catch
     {
         throw;
     }
 }