Merge branch 'develop' of https://bitbucket.org/ncarminati/cms_step into develop

This commit is contained in:
Alessandro Francia
2018-05-10 14:36:29 +02:00
@@ -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)