Example #1
0
        //private ExampleManager manager;

        public ExamplePartialsController()
        {
            manager = new ExampleDevManager(this);
            //manager = new ExampleManager(this);
        }
Example #2
0
 public ExampleController()
 {
     //exampleManager = new ExampleManager(this);
     exampleManager = new ExampleDevManager(this);
 }