diff --git a/DataInputt/DataInputt.Tests/DataInputt.Tests.csproj b/DataInputt/DataInputt.Tests/DataInputt.Tests.csproj index 602c53a..0b30921 100644 --- a/DataInputt/DataInputt.Tests/DataInputt.Tests.csproj +++ b/DataInputt/DataInputt.Tests/DataInputt.Tests.csproj @@ -1,6 +1,5 @@  - Debug AnyCPU @@ -9,7 +8,7 @@ Properties DataInputt.Tests DataInputt.Tests - v4.6.1 + v4.7.2 512 {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 15.0 @@ -19,6 +18,7 @@ UnitTest + true @@ -38,40 +38,21 @@ 4 - - ..\packages\MSTest.TestFramework.1.2.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll - - - ..\packages\MSTest.TestFramework.1.2.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll - - - - - - - - - - {5E84912A-4948-49FE-BFFF-465A7FDC2C1C} - DataInputt - + + 1.2.0 + + + 1.2.0 + - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - \ No newline at end of file diff --git a/DataInputt/DataInputt.ZeitService.Api/DataInputt.ZeitService.Api.csproj b/DataInputt/DataInputt.ZeitService.Api/DataInputt.ZeitService.Api.csproj new file mode 100644 index 0000000..cf2f666 --- /dev/null +++ b/DataInputt/DataInputt.ZeitService.Api/DataInputt.ZeitService.Api.csproj @@ -0,0 +1,17 @@ + + + + netstandard2.0 + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + diff --git a/DataInputt/DataInputt.ZeitService.Api/IDataInputService.cs b/DataInputt/DataInputt.ZeitService.Api/IDataInputService.cs new file mode 100644 index 0000000..f6034ec --- /dev/null +++ b/DataInputt/DataInputt.ZeitService.Api/IDataInputService.cs @@ -0,0 +1,40 @@ +using System; +using System.Collections.Generic; + +namespace DataInputt.ZeitService.Api +{ + public interface IDataInputService + { + int CreateUser(User user); + + int Login(User user); + + List