BrickPile.UI.Areas.UI.Controllers.SetupController.SetupController C# (CSharp) Method

SetupController() public method

public SetupController ( IDocumentStore store ) : System.Security.Claims
store IDocumentStore
return System.Security.Claims
        public SetupController(IDocumentStore store) {
            _store = store;
        }
    }