Ejemplo n.º 1
0
 internal StreamedBlob(StreamedBlobRepository blrepo, BlobID id, long?length = null)
 {
     this.ID     = id;
     this.blrepo = blrepo;
     this.Length = length;
 }
 public TreePathStreamedBlobRepository(DataContext db, StreamedBlobRepository blrepo)
 {
     this.db     = db;
     this.blrepo = blrepo;
 }