BrickPile.UI.Areas.UI.Controllers.SetupController.SetupController C# (CSharp) Метод

SetupController() публичный Метод

public SetupController ( IDocumentStore store ) : System.Security.Claims
store IDocumentStore
Результат System.Security.Claims
        public SetupController(IDocumentStore store) {
            _store = store;
        }
    }