diff --git a/WF_EF_Api/StubApi/QuoteService.cs b/WF_EF_Api/StubApi/QuoteService.cs index e05f3ae..50e6284 100644 --- a/WF_EF_Api/StubApi/QuoteService.cs +++ b/WF_EF_Api/StubApi/QuoteService.cs @@ -63,6 +63,11 @@ namespace StubApi } + public Task> GetAllQuoteLang(int index, int pageSize, int lang) + { + throw new NotImplementedException(); + } + public async Task GetDayliQuote(int lang) { throw new NotImplementedException(); diff --git a/WF_EF_Api/XUnitTest/UnitTest1.cs b/WF_EF_Api/XUnitTest/ApiUnitTest.cs similarity index 100% rename from WF_EF_Api/XUnitTest/UnitTest1.cs rename to WF_EF_Api/XUnitTest/ApiUnitTest.cs diff --git a/WF_EF_Api/XUnitTest/XUnitTest.csproj b/WF_EF_Api/XUnitTest/XUnitTest.csproj index 3aa9860..d4e6dcc 100644 --- a/WF_EF_Api/XUnitTest/XUnitTest.csproj +++ b/WF_EF_Api/XUnitTest/XUnitTest.csproj @@ -12,10 +12,17 @@ + + + + + + +