IDataModifier.cs 152 B

123456789101112
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace CZFW.MDB.Interface
  5. {
  6. public interface IDataModifier
  7. {
  8. }
  9. }