DecreasePaymentsWorldGamesDataView.cs 368 B

1234567891011121314151617
  1. using OASystem.Domain.ViewModels.System;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. using System.Threading.Tasks;
  7. namespace OASystem.Domain.ViewModels.Groups
  8. {
  9. public class DecreasePaymentsWorldGamesDataView
  10. {
  11. public SetDataView Data { get; set; }
  12. public List<string> Child { get;set; }
  13. }
  14. }