Explorar el Código

Simple changes

Tom Remeeus hace 10 años
padre
commit
565cbe54f7
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      Proftaak Remote Healthcare/FietsClientV2/CurrentData.cs

+ 5 - 0
Proftaak Remote Healthcare/FietsClientV2/CurrentData.cs

@@ -29,6 +29,11 @@ namespace FietsClient
             return testResult;
         }
 
+        public String GetUserID()
+        {
+            return userID;
+        }
+
         public void setSession(Session s)
         {
             testResult.Add(s);