Skip to content

Commit

Permalink
cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Dec 12, 2012
1 parent c9138c9 commit 8f13081
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ProjectGuid>{A724F80D-4341-4ECA-AC43-CF84A3F03779}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ServiceStack.Northwind.ServiceInterface</RootNamespace>
<RootNamespace>Northwind.ServiceInterface</RootNamespace>
<AssemblyName>ServiceStack.Northwind.ServiceInterface</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ProjectGuid>{14856482-95D3-4A02-968C-665F3D08F94D}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ServiceStack.Northwind.ServiceModel</RootNamespace>
<RootNamespace>Northwind.ServiceModel</RootNamespace>
<AssemblyName>ServiceStack.Northwind.ServiceModel</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ public class AppHost : AppHostBase
/// Initializes a new instance of your ServiceStack application, with the specified name and assembly containing the services.
/// </summary>
public AppHost()
: base("Northwind Web Services", typeof(CustomersService).Assembly)
{
}
: base("Northwind Web Services", typeof(CustomersService).Assembly) {}

/// <summary>
/// Configure the container with the necessary routes for your ServiceStack application.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ServiceStack.Northwind</RootNamespace>
<RootNamespace>Northwind</RootNamespace>
<AssemblyName>ServiceStack.Northwind</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileUpgradeFlags>
Expand Down
10 changes: 5 additions & 5 deletions src/ServiceStack.Northwind/ServiceStack.Northwind/default.htm
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@ <h3>Rest Services</h3>
<th>All Customers </th>
<td><a href="customers">customers</a> </td>
<td class="c3"><a href="customers?format=json">json</a><a href="customers?format=xml">xml</a><a href="customers?format=html">html</a><a href="customers?format=csv">csv</a><a href="customers?format=jsv">jsv</a><a href="customers?format=x-vcard">x-vcard</a> </td>
<td class="c4"><a href="https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/Northwind/Northwind.ServiceInterface/CustomersService.cs"><b>CustomersService.cs</b></a> </td>
<td class="c4"><a href="https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/ServiceStack.Northwind/ServiceStack.Northwind.ServiceInterface/CustomersService.cs"><b>CustomersService.cs</b></a> </td>
</tr>
<tr>
<th>Customer Maria Anders </th>
<td><a href="customers/ALFKI">customers/ALFKI</a> </td>
<td class="c3"><a href="customers/ALFKI?format=json">json</a><a href="customers/ALFKI?format=xml">xml</a><a href="customers/ALFKI?format=html">html</a><a href="customers/ALFKI?format=csv">csv</a><a href="customers/ALFKI?format=jsv">jsv</a><a href="customers/ALFKI?format=x-vcard">x-vcard</a> </td>
<td class="c4"><a href="https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/Northwind/Northwind.ServiceInterface/CustomerDetailsService.cs"><b>CustomerDetailsService.cs</b></a> </td>
<td class="c4"><a href="https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/ServiceStack.Northwind/ServiceStack.Northwind.ServiceInterface/CustomerDetailsService.cs"><b>CustomerDetailsService.cs</b></a> </td>
</tr>
<tr>
<th>Customer Maria Anders Orders </th>
<td><a href="customers/ALFKI/orders">customers/ALFKI/orders</a> </td>
<td class="c3"><a href="customers/ALFKI/orders?format=json">json</a><a href="customers/ALFKI/orders?format=xml">xml</a><a href="customers/ALFKI/orders?format=html">html</a><a href="customers/ALFKI/orders?format=csv">csv</a><a href="customers/ALFKI/orders?format=jsv">jsv</a> </td>
<td class="c4"><a href="https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/Northwind/Northwind.ServiceInterface/OrdersService.cs"><b>OrdersService.cs</b></a> </td>
<td class="c4"><a href="https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/ServiceStack.Northwind/ServiceStack.Northwind.ServiceInterface/OrdersService.cs"><b>OrdersService.cs</b></a> </td>
</tr>
<tr>
<th>Latest Orders </th>
Expand All @@ -65,7 +65,7 @@ <h3>Rest Services</h3>
</table>
<p>
The entire data source for the Northwind project is contained in this <a href="Northwind.sqlite">
<img src="Content/Images/database-18x18.jpg" align="absmiddle" hspace="3" />Northwind.sqlite</a> database created by this <a href="https://github.com/ServiceStack/ServiceStack.Benchmarks/blob/master/tests/Northwind.Tests/PopulateDataTests.cs">unit test</a>.
<img src="Content/Images/database-18x18.jpg" align="absmiddle" hspace="3" />Northwind.sqlite</a> database created by this <a href="https://github.com/ServiceStack/ServiceStack.Benchmarks/blob/master/tests/ServiceStack.Northwind.Tests/PopulateDataTests.cs">unit test</a>.
</p>
<a href="vcard-format.htm">
<img src="Content/Images/vcard-ALFKI-200.png" alt="VCard Custom MediaType" style="float: right; margin: 0 100px 10px 10px;" /></a>
Expand Down Expand Up @@ -97,7 +97,7 @@ <h3>Cached Rest Services</h3>
<th>All Customers </th>
<td><a href="cached/customers">cached/customers</a> </td>
<td class="c3"><a href="cached/customers?format=json">json</a><a href="cached/customers?format=xml">xml</a><a href="cached/customers?format=html">html</a><a href="cached/customers?format=csv">csv</a><a href="cached/customers?format=jsv">jsv</a> </td>
<td class="c4"><a href="https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/Northwind/Northwind.ServiceInterface/CachedServices.cs"><strong>CachedServices.cs</strong></a> </td>
<td class="c4"><a href="https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/ServiceStack.Northwind/ServiceStack.Northwind.ServiceInterface/CachedServices.cs"><strong>CachedServices.cs</strong></a> </td>
</tr>
<tr>
<th>Customer Maria Anders </th>
Expand Down

0 comments on commit 8f13081

Please sign in to comment.