浏览代码

Remove Infrastructure attribute from StartMessageReplayCommand

Olivier Coanet 7 年之前
父节点
当前提交
5e7d073716
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/Abc.Zebus/Persistence/StartMessageReplayCommand.cs

+ 2 - 2
src/Abc.Zebus/Persistence/StartMessageReplayCommand.cs

@@ -3,7 +3,7 @@ using ProtoBuf;
 
 namespace Abc.Zebus.Persistence
 {
-    [ProtoContract, Transient, Infrastructure]
+    [ProtoContract, Transient]
     public class StartMessageReplayCommand : ICommand
     {
         [ProtoMember(1, IsRequired = true)]
@@ -14,4 +14,4 @@ namespace Abc.Zebus.Persistence
             ReplayId = replayId;
         }
     }
-}
+}