+ Added migration
+ Added STATIC data into Database (Roles functions and users) + Configuration controller and startupConfig API * Refactor api names
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user