Beispiel #1
0
 public Stream RecuperarFotoDep(int documento_deportista)
 {
     var gd = new GestorDeportista();
     return gd.ConsultarFoto(documento_deportista);
 }