Beispiel #1
0
 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;
 }
Beispiel #5
0
 public RepositoryCOPYst( )
 {
     this.context = new COPYstContext();
 }
Beispiel #6
0
 public RepositoryUsuarios()
 {
     this.context = new COPYstContext();
 }
 public RepositoryArticulos(COPYstContext context)
 {
     this.context = context;
 }