namespace CompanyManagment.App.Contracts.InstitutionContract; public class GetInstitutionVerificationDetailsWorkshopsViewModel { public string Name { get; set; } public int PersonnelCount { get; set; } public WorkshopServicesViewModel OldServices { get; set; } public WorkshopServicesViewModel Services { get; set; } }