Ejemplo n.º 1
0
 public Person GetPerson(Guid guid)
 {
     return(_dBCommunicator.GetPerson(guid));
 }