예제 #1
0
 public void FindAll()
 {
     try
     {
         BL.Internal.Unknown blUnk = new BL.Internal.Unknown();
         gdcUnknown.DataSource = blUnk.GetAll();
     }
     catch (System.Exception exception1)
     {
         System.Exception innerException = exception1;
         throw new System.Exception(MethodBase.GetCurrentMethod().Name, innerException);
     }
 }
예제 #2
0
 public void FindAll()
 {
     try
     {
         BL.Internal.Unknown blUnk = new BL.Internal.Unknown();
         gdcUnknown.DataSource = blUnk.GetAll();
     }
     catch (System.Exception exception1)
     {
         System.Exception innerException = exception1;
         throw new System.Exception(MethodBase.GetCurrentMethod().Name, innerException);
     }
 }