make public entities partials
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
<Compile Include="AppMetadataEndpoint.cs" />
|
||||
<Compile Include="AppRatingEndpoint.cs" />
|
||||
<Compile Include="EndpointUris.cs" />
|
||||
<Compile Include="Extensions\EntityExtensions.cs" />
|
||||
<Compile Include="Extensions\EnumExtensions.cs" />
|
||||
<Compile Include="Extensions\XmlExtensions.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
|
||||
@@ -5,9 +5,9 @@ using System.IO;
|
||||
|
||||
namespace OnePeek.WebConsole
|
||||
{
|
||||
public class HomeModule : NancyModule
|
||||
public class ApiModule : NancyModule
|
||||
{
|
||||
public HomeModule()
|
||||
public ApiModule() : base("api/")
|
||||
{
|
||||
AppRatingEndpoint ratingEndpoint = new AppRatingEndpoint();
|
||||
AppMetadataEndpoint metaEndpoint = new AppMetadataEndpoint();
|
||||
@@ -75,7 +75,7 @@
|
||||
<Content Include="Web.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="HomeModule.cs" />
|
||||
<Compile Include="ApiModule.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user