Example #1
0
 // PERSON, EMPLOYEE, CUSTOMER
 public Person GetPersonByPersonId(Guid personId)
 {
     return(PersonData.GetByPersonId(personId));
 }