Example #1
0
 public int DeductMoney(BEL obj_data)
 {
     try
     {
         return(ob_wal.DeductWalletMoney(obj_data));
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
     finally
     {
         ob_wal = null;
     }
 }