コード例 #1
0
 public RepositoryArticulos()
 {
     this.context = new COPYstContext();
 }
コード例 #2
0
 public RepositoryPedidos()
 {
     this.context = new COPYstContext();
 }
コード例 #3
0
 public RepositoryPedidos(COPYstContext context)
 {
     this.context = context;
 }
コード例 #4
0
 public RepositoryUsuarios(COPYstContext context)
 {
     this.context = context;
 }
コード例 #5
0
 public RepositoryCOPYst( )
 {
     this.context = new COPYstContext();
 }
コード例 #6
0
 public RepositoryUsuarios()
 {
     this.context = new COPYstContext();
 }
コード例 #7
0
 public RepositoryArticulos(COPYstContext context)
 {
     this.context = context;
 }