namespace CompanyManagment.App.Contracts.InstitutionContract; public class InstitutionContractWorkshopDetailViewModel { public WorkshopServicesViewModel ServicesViewModel { get; set; } public string WorkshopName { get; set; } public int ArchiveCode { get; set; } }