ReplyService.cs 208 B

123456789101112
  1. using GxPress.Service.Interface.Reply;
  2. namespace GxPress.Service.Implement.Reply
  3. {
  4. /// <summary>
  5. /// 回复
  6. /// </summary>
  7. public partial class ReplyService : IReplyService
  8. {
  9. }
  10. }