Fix Read M155

This commit is contained in:
Nicola Carminati
2019-02-26 17:56:01 +01:00
parent c63625fb8b
commit 9116c198cc
5 changed files with 57 additions and 23 deletions
+4 -1
View File
@@ -109,7 +109,10 @@ namespace Step.Model.DTOModels
if (Type != item.Type)
return false;
if (Message != item.Message)
return false;
return true;
}
}