Skip to content

Commit 0146bdd

Browse files
committed
Update src/ServiceStack.Northwind/ServiceStack.Northwind/default.htm
1 parent 66bf1f3 commit 0146bdd

File tree

1 file changed

+2
-2
lines changed
  • src/ServiceStack.Northwind/ServiceStack.Northwind

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@ <h4>Nothing but C#</h4>
279279
The Northwind project is also an example of how much can be achieved with a minimal amount of effort and code.
280280
This entire website literally just consists of
281281
<strong>
282-
<a href="https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/ServiceStack.Northwind/ServiceStack.Northwind.ServiceInterface/OrdersService.cs">these</a>
283-
<a href="https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/ServiceStack.Northwind/ServiceStack.Northwind.ServiceInterface/OrdersService.cs">three</a>
282+
<a href="https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/ServiceStack.Northwind/ServiceStack.Northwind.ServiceInterface/CustomersService.cs">these</a>
283+
<a href="https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/ServiceStack.Northwind/ServiceStack.Northwind.ServiceInterface/CustomerDetailsService.cs">three</a>
284284
<a href="https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/ServiceStack.Northwind/ServiceStack.Northwind.ServiceInterface/OrdersService.cs">classes</a>
285285
</strong>. Everything else seen here is automatically provided by <a href="http://www.servicestack.net">ServiceStack</a> using a code-first, convention-based approach.
286286
ServiceStack can infer a richer intelligence about your services to better able to provide more generic and re-usable functionality for free!

0 commit comments

Comments
 (0)