Removed childs from required fields into shank model

This commit is contained in:
Lucio Maranta
2018-05-10 14:11:09 +02:00
parent 86b22b1db5
commit 9682fcbe9d
@@ -27,7 +27,7 @@ namespace Step.Model.DTOModels.ToolModels
public int RightSize { get; set; }
[Required]
public int MagazinePositionType { get; set; }
[Required]
public List<DTOShankChildModel> ChildsTools { get; set; }
public static explicit operator ShankModel(DTOShankModel obj)