changeset 8:ee68a2b54ae7

Added CRM Project
author Hadi <hadi@jetbrains.com>
date Mon, 20 May 2013 12:45:50 +0200
parents 152225a3cff0
children 1b64f3255799
files Core/Authentication/BasicAuthentication.cs Core/Authentication/OpenIdAuthentication.cs
diffstat 2 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Core/Authentication/BasicAuthentication.cs	Mon May 20 12:45:50 2013 +0200
@@ -0,0 +1,6 @@
+namespace Core.Authentication
+{
+    public class BasicAuthentication
+    {
+    }
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Core/Authentication/OpenIdAuthentication.cs	Mon May 20 12:45:50 2013 +0200
@@ -0,0 +1,7 @@
+namespace Core.Authentication
+{
+    public class OpenIdAuthentication
+    {
+         
+    }
+}
\ No newline at end of file