EmployeeGetOutput.cs 182 B

12345678
  1. using Admin.Core.Service.Personnel.Employee.Input;
  2. namespace Admin.Core.Service.Personnel.Employee.Output
  3. {
  4. public class EmployeeGetOutput : EmployeeUpdateInput
  5. {
  6. }
  7. }