IDynamicApi.cs 89 B

123456
  1. namespace ZR.Common.DynamicApiSimple
  2. {
  3. public interface IDynamicApi
  4. {
  5. }
  6. }