Ejemplo n.º 1
0
 public List <PersonDTO> GetListOfPerson()
 {
     return(_personManager.GetAllPerson());
 }