DocumentGetGroupOutput.cs 182 B

12345678
  1. using Admin.Core.Service.Admin.Document.Input;
  2. namespace Admin.Core.Service.Admin.Document.Output
  3. {
  4. public class DocumentGetGroupOutput : DocumentUpdateGroupInput
  5. {
  6. }
  7. }