Fix family&tool model

This commit is contained in:
Lucio Maranta
2018-08-23 14:52:35 +02:00
parent cdf20502e3
commit 1ea0dec80c
3 changed files with 25 additions and 27 deletions
@@ -243,7 +243,7 @@ namespace Step.Database.Controllers
.Where(x => x.MagazineId == null && x.ChildsTools.Count > 0)
.ToList();
return dtoShanks;
return dtoShanks;
}
public List<DTONcToolModel> GetAvailableTools()