示例#1
0
 public Tram GetTramWithRFID(string rfid)
 {
     return(tramContext.GetTramWithRFID(rfid));
 }