IConfig.cs 98 B

1234567
  1. namespace KYFramework
  2. {
  3. public interface IConfig
  4. {
  5. int Id { get; set; }
  6. }
  7. }