public static void Run <T>(string[] args) where T : class { var system = new AspNetCoreSystem(); system.UseStartup <T>(); StorytellerAgent.Run(args, system); }
public AspNetCoreContext(AspNetCoreSystem parent) { _parent = parent; }