Added "add" tool shank, family functions

This commit is contained in:
Lucio Maranta
2018-04-24 16:37:04 +00:00
parent 2c8925d2f6
commit b00ae40d2e
22 changed files with 897 additions and 459 deletions
@@ -10,7 +10,7 @@ namespace CMS_CORE_Application.ToolDatabase
{
public DbSet<ToolModel> Tools { get; set; }
public DbSet<DbShankModel> Shanks { get; set; }
public DbSet<FamilyModel> Family { get; set; }
public DbSet<DbFamilyModel> Family { get; set; }
public DbSet<ManinaModello> Manine { get; set; }
public ToolDatabaseContext() : base("mySQLDatabaseConnection")