IPlatformDataService.cs 125 B

1234567
  1. namespace GxPress.Service.Interface.PlatformData
  2. {
  3. public interface IPlatformDataService:IService
  4. {
  5. }
  6. }