Class1.cs 671 B

1234567891011121314151617181920212223242526
  1. using System.Collections.Generic;
  2. using System.Linq;
  3. using System.Text;
  4. using System.Threading.Tasks;
  5. using static WpfApp1.model.Globals;
  6. using System.Threading.Tasks;
  7. namespace WpfApp1.model
  8. {
  9. /*public class Worker
  10. {
  11. public string name { get; set; }
  12. public int Age { get; set; }
  13. public string Pos { get; set; }
  14. public string Sex { get; set; }
  15. public List<WorkerPos> WorkerPosList { get; set; }
  16. public List<WorkerAge> WorkerAgeList { get; set; }
  17. public List<WorkerSex> WorkerSexList { get; set; }
  18. public DateOnly date { get; set; }
  19. public bool available { get; set; }
  20. } */
  21. }