메소드 | 설명 | |
---|---|---|
Configure ( Funq.Container container ) : void |
Configure the container with the necessary routes for your ServiceStack application.
|
|
baseService ( ) : System |
Initializes a new instance of your ServiceStack application, with the specified name and assembly containing the services.
|
public Configure ( Funq.Container container ) : void | ||
container | Funq.Container | The built-in IoC used with ServiceStack. |
리턴 | void |