RequestXmlBodyAttribute.cs 172 B

1234567891011
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace Top.Api.Util
  5. {
  6. public class RequestXmlBodyAttribute : Attribute
  7. {
  8. }
  9. }