1
0
Эх сурвалжийг харах

Remove Infrastructure attribute from StartMessageReplayCommand

Olivier Coanet 7 жил өмнө
parent
commit
5e7d073716

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

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