12345678910111213141516171819 |
- using System.Collections.Generic;
- using System.Threading.Tasks;
- using GxPress.Request.Reply;
- using GxPress.Result.Reply;
- using GxPress.Service.Interface.Reply;
- namespace GxPress.Service.Implement.Reply
- {
- /// <summary>
- /// 回复
- /// </summary>
- public partial class ReplyService : IReplyService
- {
- public ReplyService()
- {
- }
- }
- }
|