@@ -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