Exemplo n.º 1
0
 public bool UpdateCancellation(string comments, int id)
 {
     return(db.UpdateCancellation(comments, id));
 }