namespace EnotaryoPH.Web.Pages.Principal.NotaryoSteps { public class AvailableLawyerViewModel { public Guid Lawyer_UID { get; set; } public string Name { get; set; } public string OfficeLocation { get; set; } } }