Ejemplo n.º 1
0
 public static void InsertFoto(String idOportunidad, String idFoto, Byte[] foto)
 {
     OportunidadModel.InsertFoto(idOportunidad, idFoto, foto);
 }