WIP Assisted tooling

This commit is contained in:
Lucio Maranta
2019-03-19 17:14:42 +01:00
parent 8183e30a69
commit 5e25896c32
14 changed files with 73 additions and 27 deletions
@@ -10,6 +10,8 @@ namespace Step.Model.ConfigModels
{
public int MagazineId { get; set; }
public bool AssistedTooling { get; set; }
public Dictionary<string, string> LocalizedNames { get; set; }
}
}