2025-01-04 11:54:56 +00:00

9 lines
251 B
C#

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; }
}
}