Added offset management

Added family put
Model fix
This commit is contained in:
Lucio Maranta
2018-07-05 17:11:45 +02:00
parent fa335443f3
commit 30b72ff724
16 changed files with 581 additions and 286 deletions
+5 -5
View File
@@ -78,9 +78,9 @@
<Compile Include="Controllers\UsersController.cs" />
<Compile Include="Controllers\MachinesUsersController.cs" />
<Compile Include="DatabaseContext.cs" />
<Compile Include="Migrations\201807021526505_InitMigration.cs" />
<Compile Include="Migrations\201807021526505_InitMigration.Designer.cs">
<DependentUpon>201807021526505_InitMigration.cs</DependentUpon>
<Compile Include="Migrations\201807050940385_InitMigration.cs" />
<Compile Include="Migrations\201807050940385_InitMigration.Designer.cs">
<DependentUpon>201807050940385_InitMigration.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\Configuration.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -116,8 +116,8 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Migrations\201807021526505_InitMigration.resx">
<DependentUpon>201807021526505_InitMigration.cs</DependentUpon>
<EmbeddedResource Include="Migrations\201807050940385_InitMigration.resx">
<DependentUpon>201807050940385_InitMigration.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />