Esempio n. 1
0
 public List <LogEntry> LogForMaterial(long materialID)
 {
     return(_server.GetLogForMaterial(materialID));
 }