Skip to content

Commit 8f13081

Browse files
committed
cleaning up
1 parent c9138c9 commit 8f13081

File tree

5 files changed

+9
-11
lines changed

5 files changed

+9
-11
lines changed

src/ServiceStack.Northwind/ServiceStack.Northwind.ServiceInterface/ServiceStack.Northwind.ServiceInterface.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ProjectGuid>{A724F80D-4341-4ECA-AC43-CF84A3F03779}</ProjectGuid>
99
<OutputType>Library</OutputType>
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
11-
<RootNamespace>ServiceStack.Northwind.ServiceInterface</RootNamespace>
11+
<RootNamespace>Northwind.ServiceInterface</RootNamespace>
1212
<AssemblyName>ServiceStack.Northwind.ServiceInterface</AssemblyName>
1313
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>

src/ServiceStack.Northwind/ServiceStack.Northwind.ServiceModel/ServiceStack.Northwind.ServiceModel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ProjectGuid>{14856482-95D3-4A02-968C-665F3D08F94D}</ProjectGuid>
99
<OutputType>Library</OutputType>
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
11-
<RootNamespace>ServiceStack.Northwind.ServiceModel</RootNamespace>
11+
<RootNamespace>Northwind.ServiceModel</RootNamespace>
1212
<AssemblyName>ServiceStack.Northwind.ServiceModel</AssemblyName>
1313
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>

src/ServiceStack.Northwind/ServiceStack.Northwind/Global.asax.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ public class AppHost : AppHostBase
1818
/// Initializes a new instance of your ServiceStack application, with the specified name and assembly containing the services.
1919
/// </summary>
2020
public AppHost()
21-
: base("Northwind Web Services", typeof(CustomersService).Assembly)
22-
{
23-
}
21+
: base("Northwind Web Services", typeof(CustomersService).Assembly) {}
2422

2523
/// <summary>
2624
/// Configure the container with the necessary routes for your ServiceStack application.

src/ServiceStack.Northwind/ServiceStack.Northwind/ServiceStack.Northwind.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
1010
<OutputType>Library</OutputType>
1111
<AppDesignerFolder>Properties</AppDesignerFolder>
12-
<RootNamespace>ServiceStack.Northwind</RootNamespace>
12+
<RootNamespace>Northwind</RootNamespace>
1313
<AssemblyName>ServiceStack.Northwind</AssemblyName>
1414
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1515
<FileUpgradeFlags>

src/ServiceStack.Northwind/ServiceStack.Northwind/default.htm

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@ <h3>Rest Services</h3>
3535
<th>All Customers </th>
3636
<td><a href="customers">customers</a> </td>
3737
<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>
38-
<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>
38+
<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>
3939
</tr>
4040
<tr>
4141
<th>Customer Maria Anders </th>
4242
<td><a href="customers/ALFKI">customers/ALFKI</a> </td>
4343
<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>
44-
<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>
44+
<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>
4545
</tr>
4646
<tr>
4747
<th>Customer Maria Anders Orders </th>
4848
<td><a href="customers/ALFKI/orders">customers/ALFKI/orders</a> </td>
4949
<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>
50-
<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>
50+
<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>
5151
</tr>
5252
<tr>
5353
<th>Latest Orders </th>
@@ -65,7 +65,7 @@ <h3>Rest Services</h3>
6565
</table>
6666
<p>
6767
The entire data source for the Northwind project is contained in this <a href="Northwind.sqlite">
68-
<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>.
68+
<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>.
6969
</p>
7070
<a href="vcard-format.htm">
7171
<img src="Content/Images/vcard-ALFKI-200.png" alt="VCard Custom MediaType" style="float: right; margin: 0 100px 10px 10px;" /></a>
@@ -97,7 +97,7 @@ <h3>Cached Rest Services</h3>
9797
<th>All Customers </th>
9898
<td><a href="cached/customers">cached/customers</a> </td>
9999
<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>
100-
<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>
100+
<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>
101101
</tr>
102102
<tr>
103103
<th>Customer Maria Anders </th>

0 commit comments

Comments
 (0)