Exemple #1
0
 public string getPersonFullNameWithId(Person person)
 {
     return(personDao.getPersonFullNameWithId(person));
 }