ILogicalParsing.cs 131 B

1234567
  1. namespace NetCore
  2. {
  3. public interface ILogicalParsing
  4. {
  5. void Logic(object data, IConnection iConnection);
  6. }
  7. }