lith il y a 4 ans
Parent
commit
9951a5c7b5

+ 0 - 12
dotnet/Library/Sers/Sers.Core/Sers.Core/Module/Rpc/RpcFactory.cs

@@ -1,12 +0,0 @@
-using System;
-
-namespace Sers.Core.Module.Rpc
-{
-    public static class RpcFactory
-    {
-        public static Func<RpcContext> CreateRpcContext  =
-            () => new RpcContext();
-
- 
-    }
-}