Skip to content

Instantly share code, notes, and snippets.

View PureKrome's full-sized avatar
💭
🦘🕺🏻🎶🕹

Justin Adler PureKrome

💭
🦘🕺🏻🎶🕹
View GitHub Profile
namespace RavenLinqpadDriver
{
public class RavenContext : IDocumentSession
{
private IDocumentStore _docStore;
private IDocumentSession _session;
internal TextWriter LogWriter { get; set; }
public RavenContext(RavenConnectionInfo connInfo)
{