CQRS.Tests.NewtonSoft.SqlServerEventStoreSerializationSettingsTests.TestEvent.TestEvent C# (CSharp) Méthode

TestEvent() public méthode

public TestEvent ( string test1, string test2 ) : System
test1 string
test2 string
Résultat System
            public TestEvent(string test1, string test2)
            {
                Test1 = test1;
                Test2 = test2;
            }
SqlServerEventStoreSerializationSettingsTests.TestEvent