Example #1
0
 public void SetUp()
 {
     dao = FabricaDAO.CrearDAOLogroCantidad();
     dao.Conectar();
     controller               = new LogrosController();
     controller.Request       = new HttpRequestMessage();
     controller.Configuration = new HttpConfiguration();
 }
 public void SetUp()
 {
     dao = FabricaDAO.CrearDAOLogroPartido();
     dao.Conectar();
     controller               = new LogrosController();
     controller.Request       = new HttpRequestMessage();
     controller.Configuration = new HttpConfiguration();
     _respuestas              = new List <Entidad>();
 }