summaryrefslogtreecommitdiffstats
path: root/samples/ServiceProvider/App_Code/IDataApi.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-01-09 21:03:29 -0800
committerAndrew <andrewarnott@gmail.com>2009-01-09 21:03:29 -0800
commitd8abcbe507383d3510ee45ed19f6503c60d7d63b (patch)
tree64d656b165aed099ef68881c98082d552f5af2e4 /samples/ServiceProvider/App_Code/IDataApi.cs
parent588d1384431e23827921124bd438569231cbdfa7 (diff)
downloadDotNetOpenAuth-d8abcbe507383d3510ee45ed19f6503c60d7d63b.zip
DotNetOpenAuth-d8abcbe507383d3510ee45ed19f6503c60d7d63b.tar.gz
DotNetOpenAuth-d8abcbe507383d3510ee45ed19f6503c60d7d63b.tar.bz2
CRLF -> LF line endings change to all .cs files.
Diffstat (limited to 'samples/ServiceProvider/App_Code/IDataApi.cs')
-rw-r--r--samples/ServiceProvider/App_Code/IDataApi.cs36
1 files changed, 18 insertions, 18 deletions
diff --git a/samples/ServiceProvider/App_Code/IDataApi.cs b/samples/ServiceProvider/App_Code/IDataApi.cs
index ce9dafe..350df35 100644
--- a/samples/ServiceProvider/App_Code/IDataApi.cs
+++ b/samples/ServiceProvider/App_Code/IDataApi.cs
@@ -1,18 +1,18 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Runtime.Serialization;
-using System.ServiceModel;
-using System.Text;
-
-[ServiceContract]
-public interface IDataApi {
- [OperationContract]
- int? GetAge();
-
- [OperationContract]
- string GetName();
-
- [OperationContract]
- string[] GetFavoriteSites();
-}
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Runtime.Serialization;
+using System.ServiceModel;
+using System.Text;
+
+[ServiceContract]
+public interface IDataApi {
+ [OperationContract]
+ int? GetAge();
+
+ [OperationContract]
+ string GetName();
+
+ [OperationContract]
+ string[] GetFavoriteSites();
+}