Camelcase on answer from restservice

This commit is contained in:
2019-01-26 16:52:47 +01:00
parent 55405798e6
commit b080467c36
7 changed files with 75 additions and 13 deletions

View File

@ -45,6 +45,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="AutoMapper, Version=4.1.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
<HintPath>..\packages\AutoMapper.4.1.0\lib\net45\AutoMapper.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
<Reference Include="System.Data" />
@ -180,6 +183,7 @@
<Compile Include="App_Start\BundleConfig.cs" />
<Compile Include="App_Start\FilterConfig.cs" />
<Compile Include="App_Start\IdentityConfig.cs" />
<Compile Include="App_Start\MappingProfile.cs" />
<Compile Include="App_Start\RouteConfig.cs" />
<Compile Include="App_Start\Startup.Auth.cs" />
<Compile Include="App_Start\WebApiConfig.cs" />
@ -189,6 +193,7 @@
<Compile Include="Controllers\ManageController.cs" />
<Compile Include="Controllers\MoviesController.cs" />
<Compile Include="Controllers\CustomersController.cs" />
<Compile Include="Dtos\CustomerDto.cs" />
<Compile Include="Global.asax.cs">
<DependentUpon>Global.asax</DependentUpon>
</Compile>