Exemplo n.º 1
0
 public bool ChangeStatusById(int id, Status status)
 {
     return(orderDAO.ChangeStatusById(id, status));
 }