Ejemplo n.º 1
0
 public bool Change(int id, int status)
 {
     return(Support.ChangePaidBill(db, id, status));
 }