Ejemplo n.º 1
0
 public void FindAll()
 {
     try
     {
         BL.Internal.Supplier blSup = new BL.Internal.Supplier();
         gdcSupplier.DataSource = blSup.GetAll();
     }
     catch (System.Exception exception1)
     {
         System.Exception innerException = exception1;
         throw new System.Exception(MethodBase.GetCurrentMethod().Name, innerException);
     }
 }
Ejemplo n.º 2
0
 public void FindAll()
 {
     try
     {
         BL.Internal.Supplier blSup = new BL.Internal.Supplier();
         gdcSupplier.DataSource = blSup.GetAll();
     }
     catch (System.Exception exception1)
     {
         System.Exception innerException = exception1;
         throw new System.Exception(MethodBase.GetCurrentMethod().Name, innerException);
     }
 }