Ejemplo n.º 1
0
 public bool buyItem()
 {
     return(Support.ChangeBill(db, HttpContext.User.Identity.Name, null));
 }
Ejemplo n.º 2
0
 public bool Change(int id, int status)
 {
     return(Support.ChangeBill(db, id, status));
 }