ISqlState.cs 94 B

12345678
  1. 
  2. namespace Ant.Core
  3. {
  4. public interface ISqlState
  5. {
  6. string ToSql();
  7. }
  8. }