Please enable JavaScript in your browser!
Home
Explore
Help
Register
Sign In
lihaodyx
/
tede
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
b03ed6db72
Branches
Tags
master
tede
/
gx_api
/
GxPress
/
Service
/
GxPress.Service.Interface
/
AppChannel
/
IAppChannelService.cs
IAppChannelService.cs
121 B
History
Raw
1
2
3
4
5
6
7
namespace GxPress.Service.Interface.AppChannel
{
public interface IAppChannelService:IService
{
}
}