示例#1
0
 public void addsongplayed(string username, string trackid, DateTime todaydate)
 {
     d.addsongplayed(username, trackid, todaydate);
 }