Rainy.AppHost.AppHost C# (CSharp) Method

AppHost() public method

public AppHost ( ComposeObjectGraphDelegate graph_composer ) : System
graph_composer ComposeObjectGraphDelegate
return System
        public AppHost(ComposeObjectGraphDelegate graph_composer)
            : base("Rainy", typeof(GetNotesRequest).Assembly)
        {
            this.ComposeObjectGraph = graph_composer;
        }