Ejemplo n.º 1
0
 public int ChangeStatus(long No, int Status)
 {
     return(CardsDAO.UpdateStatus(No, Status));
 }