コード例 #1
0
 public bool buyItem()
 {
     return(Support.ChangeBill(db, HttpContext.User.Identity.Name, null));
 }
コード例 #2
0
 public bool Change(int id, int status)
 {
     return(Support.ChangeBill(db, id, status));
 }