You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

TestConsistencyMessage.cs 173 B

7 年之前
7 年之前
7 年之前
7 年之前
7 年之前
7 年之前
7 年之前
1234567891011
  1. using System;
  2. using Cap.Consistency.Infrastructure;
  3. namespace Cap.Consistency.Test
  4. {
  5. public class TestConsistencyMessage : ConsistencyMessage
  6. {
  7. }
  8. }