示例#1
0
 public bool Update(int id, int status)
 {
     return(tramContext.Update(id, status));
 }