Ejemplo n.º 1
0
        public TeamLogicTest()
        {
            teamPersistence = new TeamPersistenceHandler();

            teamHandler = new TeamHandler();

            administratorHandler = new AdministratorHandler();

            colaboratorHandler = new ColaboratorHandler();
        }
Ejemplo n.º 2
0
 public TeamHandler()
 {
     teamFunctions = new TeamPersistenceHandler();
 }
Ejemplo n.º 3
0
 public UserPersistanceHandler()
 {
     TeamFunctions = new TeamPersistenceHandler();
 }