コード例 #1
0
ファイル: Implementations.cs プロジェクト: jpgsanchez/SOLID
 public void BytesReportePolizaToDocumentStorage(string nombreDocumento, string reporteId, byte[] bytes, bool marcaAgua, Utilerias.Enums.TipoDocumentoStorage tipoDocumento)
 {
 }
コード例 #2
0
 public byte[] BytesReportePolizaFromDocumentStorage(string reporteId, Utilerias.Enums.TipoDocumentoStorage tipoDocumento)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
ファイル: Implementations.cs プロジェクト: jpgsanchez/SOLID
 public byte[] BytesReportePolizaFromDocumentStorage(string reporteId, Utilerias.Enums.TipoDocumentoStorage tipoDocumento)
 {
     return(new byte[0]);
 }