ViewGetOutput.cs 154 B

12345678
  1. using My.Admin.Service.Admin.View.Input;
  2. namespace My.Admin.Service.Admin.View.Output
  3. {
  4. public class ViewGetOutput : ViewUpdateInput
  5. {
  6. }
  7. }