* Web.csproj:

* Web.config:
* Global.asax:
* Global.asax.cs:
* packages.config:
* Web.config:
* NightFlashServer.csproj:
* ITContentProvider.csproj:
* Index.aspx: 

* NpgsqlContentProvider.cs: Edit estimates with no client specified
This commit is contained in:
Paul Schneider 2015-04-22 15:20:45 +02:00
commit 3d1a515558
4 changed files with 19 additions and 4 deletions

View file

@ -36,6 +36,10 @@
<Reference Include="System.Data" />
<Reference Include="System.Configuration" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Web.Mvc" />
<Reference Include="System.Web.Http" />
<Reference Include="System.Web.Http.WebHost" />
<Reference Include="System.Web" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
@ -56,5 +60,10 @@
</ItemGroup>
<ItemGroup>
<Folder Include="Model\" />
<Folder Include="Views\" />
<Folder Include="Views\Modules\" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Modules\IT\Index.aspx" />
</ItemGroup>
</Project>

View file

@ -0,0 +1,5 @@
<%@ Page Title="Front office" Language="C#" MasterPageFile="~/Models/App.master" Inherits="System.Web.Mvc.ViewPage" %>
<asp:Content ID="MainContentContent" ContentPlaceHolderID="MainContent" runat="server">
</asp:Content>