예제 #1
0
 public RefundTypeTable GetRefundTypeMasterDetails()
 {
     RefundTypeTable Dt = new RefundTypeTable();
     try
     {
         Dt=IgrssAdapters.RefundTypeMasterAdapter.GetRefundTypeMasterDetails();
     }
     catch (Exception ex)
     {
         if (ExceptionPolicy.HandleException(ex, "DAL"))
             throw;
     }
     return Dt;
 }
예제 #2
0
        public RefundTypeTable GetRefundTypeMasterDetails()
        {
            RefundTypeTable Dt = new RefundTypeTable();

            try
            {
                Dt = IgrssAdapters.RefundTypeMasterAdapter.GetRefundTypeMasterDetails();
            }
            catch (Exception ex)
            {
                if (ExceptionPolicy.HandleException(ex, "DAL"))
                {
                    throw;
                }
            }
            return(Dt);
        }