Ejemplo n.º 1
0
 get => CertificatePhotoFront != null?Image.FromStream(new MemoryStream(this.CertificatePhotoFront)) : null;
Ejemplo n.º 2
0
 get => ReporteFileData != null ? new MemoryStream(this.ReporteFileData) : null;