Răsfoiți Sursa

Remove Infrastructure attribute from StartMessageReplayCommand

Olivier Coanet 7 ani în urmă
părinte
comite
5e7d073716
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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;
         }
     }
-}
+}