Exemplo n.º 1
0
 public void n_AddPaymentCCLog()
 {
     Fee.AddPaymentCClog(paymentmode.Cash, "00967522331", "200");
 }
Exemplo n.º 2
0
 public void o_FeeCollection()
 {
     Fee.FeeCollection(paymentmode.Net_Banking, "00967522331");
 }
Exemplo n.º 3
0
 public void m_Show_Fee_List()
 {
     Fee.ShowFeeList();
 }