public TeamController()
        {
            //If default constructor is called, means it is "real" request
            IDatabaseFactory factory = new MongoDBDatabaseFactory();

            databasePlaceholder = factory.GetTeamRepository();
        }
Beispiel #2
0
 public TeamController()
 {
     //If default constructor is called, means it is "real" request
     IDatabaseFactory factory = new MongoDBDatabaseFactory();
     databasePlaceholder = factory.GetTeamRepository();
 }