lith 4 年之前
父節點
當前提交
9951a5c7b5
共有 1 個文件被更改,包括 0 次插入12 次删除
  1. 0 12
      dotnet/Library/Sers/Sers.Core/Sers.Core/Module/Rpc/RpcFactory.cs

+ 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();
-
- 
-    }
-}