Skip to content

Commit

Permalink
Commit UserController - OA/ Web API
Browse files Browse the repository at this point in the history
  • Loading branch information
programmingexperience committed Jun 7, 2017
1 parent ba5ba6c commit 015bca8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions OnionArchitecture/OA.WebAPI/Controllers/UserController.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web.Http;

namespace OA.WebAPI.Controllers
{
public class UserController : ApiController
{
}
}
1 change: 1 addition & 0 deletions OnionArchitecture/OA.WebAPI/OA.WebAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@
<Compile Include="Areas\HelpPage\XmlDocumentationProvider.cs" />
<Compile Include="Controllers\AccountController.cs" />
<Compile Include="Controllers\HomeController.cs" />
<Compile Include="Controllers\UserController.cs" />
<Compile Include="Controllers\ValuesController.cs" />
<Compile Include="Global.asax.cs">
<DependentUpon>Global.asax</DependentUpon>
Expand Down

0 comments on commit 015bca8

Please sign in to comment.