IAppChannelService.cs 121 B

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