8 lines
277 B
C#
8 lines
277 B
C#
namespace CompanyManagment.App.Contracts.InstitutionContract;
|
|
|
|
public class InstitutionContractWorkshopDetailViewModel
|
|
{
|
|
public WorkshopServicesViewModel ServicesViewModel { get; set; }
|
|
public string WorkshopName { get; set; }
|
|
public int ArchiveCode { get; set; }
|
|
} |