9 lines
251 B
C#
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; }
|
|
}
|
|
} |