Beispiel #1
0
 public Contacto Obtener(int id)
 {
     return(contactoDAL.Obtener(id));
 }