From 567753c9747029889b93ea9713200963c3ba2b29 Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Sat, 15 Aug 2015 16:25:35 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 74e9c134c6b..258494a1587 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,8 @@ client.Delete(new DeleteCustomer { Id = customer.Id }); all = client.Get(new GetCustomers()); // Count = 0 ``` +Same code also works with [PCL Clients in Xamarin iOS/Android, Windows Store Apps](https://github.com/ServiceStackApps/HelloMobile) + > [F#](https://github.com/ServiceStack/ServiceStack/wiki/FSharp-Add-ServiceStack-Reference) and [VB.NET](https://github.com/ServiceStack/ServiceStack/wiki/VB.Net-Add-ServiceStack-Reference) can re-use same .NET Service Clients and DTO's ### [Calling from Java](https://github.com/ServiceStack/ServiceStack/wiki/Java-Add-ServiceStack-Reference#jsonserviceclient-usage)