public UsuarioDao(GauchadaDbContext context) { this.context = context; }
public ComentarioDao(GauchadaDbContext context) { this.context = context; }
public CategoriaDao(GauchadaDbContext context) { this.context = context; }
public GauchadaDao(GauchadaDbContext context) { this.context = context; }
public CalificacionDao(GauchadaDbContext context) { this.context = context; }
public ComprasDao(GauchadaDbContext context) { this.context = context; }