Skip to content

Commit

Permalink
Include namespace missing fixed in ProjectsService.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaylokenov committed Aug 14, 2015
1 parent 3912b41 commit 1f49a1b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Source/Client/Showcase.Client.App/Scripts/_references.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,6 @@
/// <reference path="../app/not-found-page/not-found-controller.js" />
/// <reference path="../app/project-details-page/project-tags-directive.js" />
/// <reference path="../app/user-profile-page/user-profile-collaborators-directive.js" />
/// <reference path="../app/build/alljs2015081344.min.js" />
/// <reference path="../app/build/vendorjs2015081344.min.js" />
/// <reference path="../app/build/vendorjs2015081446.min.js" />
/// <reference path="../app/build/alljs2015081430.min.js" />

6 changes: 3 additions & 3 deletions Source/Client/Showcase.Client.App/Showcase.Client.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@
<Content Include="app\add-project-page\add-project-controller.js" />
<Content Include="app\add-project-page\add-project-data.js" />
<Content Include="app\add-project-page\add-project-view.html" />
<Content Include="app\build\allcss2015081344.min.css" />
<Content Include="app\build\alljs2015081344.min.js" />
<Content Include="app\build\vendorjs2015081344.min.js" />
<Content Include="app\build\allcss2015081430.min.css" />
<Content Include="app\build\alljs2015081430.min.js" />
<Content Include="app\build\vendorjs2015081446.min.js" />
<Content Include="app\common\comments-data.js" />
<Content Include="app\add-project-page\file-upload-directive.js" />
<Content Include="app\add-project-page\token-input-directive.js" />
Expand Down
1 change: 1 addition & 0 deletions Source/Services/Showcase.Services.Data/ProjectsService.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
namespace Showcase.Services.Data
{
using System.Collections.Generic;
using System.Data.Entity;
using System.Linq;
using System.Threading.Tasks;

Expand Down

0 comments on commit 1f49a1b

Please sign in to comment.