Sergey Kozyrev
8e9e4dd321
Around the world, around the world Around the world, around the world Around the world, around the world Around the world, around the world
9 lines
221 B
C#
9 lines
221 B
C#
namespace Contracts.ViewModels
|
|
{
|
|
public class DetailWorkshopReportViewModel
|
|
{
|
|
public string DetailName { get; set; } = string.Empty;
|
|
public List<string> WorkShops { get; set; } = new();
|
|
}
|
|
}
|