Ejemplo n.º 1
0
    /*
     *    No default constructor
     */

    public string Index()
    {
        _service = DependencyResolver.Current.GetService <IHelloService>();
        return(_service.GetGreeting());
    }