Beispiel #1
0
 public ViewAction GetViewAction(Int32 PaymentmemoId, Int32 UserID)
 {
     try
     {
         BaseRackRateDAL Dal = new BaseRackRateDAL();
         return(Dal.GetViewAction(PaymentmemoId, UserID, 1));
     }
     catch (Exception)
     {
         throw;
     }
 }