CourseWork_SchoolStudyAgain/SchoolAgainStudy/SchoolAgainStudyContracts/ViewModel/TopersViewModel.cs
2023-05-19 17:47:04 +04:00

10 lines
160 B
C#

namespace SchoolAgainStudyContracts.ViewModel
{
public class TopersViewModel
{
public string Name { get; set; }
public int Count { get; set; }
}
}