Skip to content

Instantly share code, notes, and snippets.

@fasetto
Created April 26, 2017 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fasetto/8f1667ece8a2e61b771a626d18a83ded to your computer and use it in GitHub Desktop.
Save fasetto/8f1667ece8a2e61b771a626d18a83ded to your computer and use it in GitHub Desktop.
public class AppHost : AppSelfHostBase
{
public AppHost() :
base("HelloService Self-Host", typeof(HelloService).Assembly)
{
}
public override void Configure(Container container)
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment