public int PayInstallment(int orderid) { try { transaction = new TransactionBLL(); return(transaction.PayInstallment_BLL(orderid)); } catch (Exception) { throw; } }
public DataTable GetAllEMIHistory(string username) { try { transaction = new TransactionBLL(); return(transaction.GetAllEMIHistory_BLL(username)); } catch (Exception) { throw; } }