Skip to content

Instantly share code, notes, and snippets.

public class RavenController : Controller
{
private static IDocumentStore documentStore;
public static IDocumentStore DocumentStore
{
get
{
if(documentStore == null)
{