We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98084b0 commit ca0c117Copy full SHA for ca0c117
1 file changed
Test/AppHost.cs
@@ -5,15 +5,12 @@
5
using ServiceStack.Configuration;
6
using ServiceStack.Data;
7
using ServiceStack.Logging;
8
-using ServiceStack.NativeTypes.CSharp;
9
using ServiceStack.NativeTypes.Java;
10
using ServiceStack.NativeTypes.TypeScript;
11
using ServiceStack.OrmLite;
12
-using ServiceStack.Redis;
13
using ServiceStack.Text;
14
using ServiceStack.Validation;
15
using Test.ServiceInterface;
16
-using Test.ServiceModel;
17
18
[assembly: HostingStartup(typeof(Test.AppHost))]
19
0 commit comments