public long CheckRrrValidity(string rrrCode, string paymentDate) { try { return(_transactionManager.CheckRrrValidity(rrrCode, paymentDate)); } catch (Exception ex) { ErrorLogger.LoggError(ex.StackTrace, ex.Source, ex.Message); return(0); } }