public SelfAppHost(IAppHostConfig appHostConfig) : base("SelfHostedApi", typeof(SelfAppHost).Assembly) { _appHostConfig = appHostConfig; }
public SelfHelloAppHost(IAppHostConfig appHostCommon) : base("Hello WS", typeof(HelloService).Assembly) { _appHostCommon = appHostCommon; }
public AppHost(IAppHostConfig appHostConfig) //Tell ServiceStack the name and where to find your web services : base("DiffStack MVC/ServiceStack host", typeof(ServiceInterfaces.BaseService).Assembly) { _appHostConfig = appHostConfig; }
//Tell ServiceStack the name and where to find your web services public AppHost(IAppHostConfig appHostConfig) : base("DiffStack MVC/ServiceStack host", typeof(ServiceInterfaces.BaseService).Assembly) { _appHostConfig = appHostConfig; }