Example #1
0
 public DTPaciente(Paciente _p, int _id)
 {
     paciente = _p;
     id       = _id;
 }
Example #2
0
 public DTPaciente(Paciente _p)
 {
     paciente = _p;
 }
Example #3
0
 public DTPaciente()
 {
     paciente = new Paciente();
 }