Beispiel #1
0
 public int Payment(string stdid, string amount, string date)
 {
     return(da.Payment(stdid, amount, date));
 }