DocumentGetMenuOutput.cs 175 B

12345678
  1. using My.Admin.Service.Admin.Document.Input;
  2. namespace My.Admin.Service.Admin.Document.Output
  3. {
  4. public class DocumentGetMenuOutput : DocumentUpdateMenuInput
  5. {
  6. }
  7. }