+ Added migration

+ Added STATIC data into Database (Roles functions and users)
+ Configuration controller and startupConfig API
* Refactor api names
This commit is contained in:
Lucio Maranta
2018-01-10 17:21:40 +01:00
parent 61869c6fc1
commit 796801f7ee
15 changed files with 380 additions and 69 deletions
+10
View File
@@ -70,6 +70,11 @@
<Compile Include="Controllers\FunctionAccessController.cs" />
<Compile Include="Controllers\UsersController.cs" />
<Compile Include="DatabaseContext.cs" />
<Compile Include="Migrations\201801101327160_InizialCreate.cs" />
<Compile Include="Migrations\201801101327160_InizialCreate.Designer.cs">
<DependentUpon>201801101327160_InizialCreate.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\Configuration.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
@@ -102,5 +107,10 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Migrations\201801101327160_InizialCreate.resx">
<DependentUpon>201801101327160_InizialCreate.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>