Beispiel #1
0
 public LogEntry SetWorkorder(long materialID, [FromBody] string workorder, [FromQuery] int process = 1)
 {
     return(_server.RecordWorkorderForMaterialID(materialID, process, workorder));
 }