+ Added functions access

* Change db and added PLC_ID
This commit is contained in:
Lucio Maranta
2018-02-06 17:36:12 +01:00
parent e8623a5cbd
commit 6cc4d8290e
19 changed files with 180 additions and 22 deletions
+8 -5
View File
@@ -34,6 +34,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="CMS_CORE_Library">
<HintPath>..\Libs\CMS_CORE_Library.dll</HintPath>
</Reference>
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
</Reference>
@@ -73,9 +76,9 @@
<Compile Include="Controllers\UsersController.cs" />
<Compile Include="Controllers\MachinesUsersController.cs" />
<Compile Include="DatabaseContext.cs" />
<Compile Include="Migrations\201801291142206_InitCreate.cs" />
<Compile Include="Migrations\201801291142206_InitCreate.Designer.cs">
<DependentUpon>201801291142206_InitCreate.cs</DependentUpon>
<Compile Include="Migrations\201802051555548_InitCreate.cs" />
<Compile Include="Migrations\201802051555548_InitCreate.Designer.cs">
<DependentUpon>201802051555548_InitCreate.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\Configuration.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -111,8 +114,8 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Migrations\201801291142206_InitCreate.resx">
<DependentUpon>201801291142206_InitCreate.cs</DependentUpon>
<EmbeddedResource Include="Migrations\201802051555548_InitCreate.resx">
<DependentUpon>201802051555548_InitCreate.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />