Example #1
0
        public PersonController()
        {
            //If default constructor is called, means it is "real" request
            //IDatabaseFactory factory = new MongoDBDatabaseFactory();
            IDatabaseFactory factory = new TestDatabaseFactory();

            databasePlaceholder = factory.GetPersonRepository();
        }