public RepositoryArticulos() { this.context = new COPYstContext(); }
public RepositoryPedidos() { this.context = new COPYstContext(); }
public RepositoryPedidos(COPYstContext context) { this.context = context; }
public RepositoryUsuarios(COPYstContext context) { this.context = context; }
public RepositoryCOPYst( ) { this.context = new COPYstContext(); }
public RepositoryUsuarios() { this.context = new COPYstContext(); }
public RepositoryArticulos(COPYstContext context) { this.context = context; }