public LogerroRep()
 {
     context = new TechshopContext();
 }
예제 #2
0
 public RomaneioRep()
 {
     context = new TechshopContext();
     objPedidosProtheusRep = new PedidosProtheusRep();
 }
예제 #3
0
 public CategoriaRep()
 {
     context = new TechshopContext();
 }
 public EnderecoRep()
 {
     context = new TechshopContext();
 }
예제 #5
0
 public PedidosRep()
 {
     context = new TechshopContext();
 }
 public ClienteRep()
 {
     context = new TechshopContext();
 }
 public MarketplaceRep()
 {
     context = new TechshopContext();
 }
예제 #8
0
 public UsuarioRep()
 {
     context = new TechshopContext();
 }
예제 #9
0
 public ItemPedidosProtheusRep()
 {
     context = new TechshopContext();
 }
예제 #10
0
 public SubCategoriasRep()
 {
     context = new TechshopContext();
 }
예제 #11
0
 public ItemPedidoRep()
 {
     context = new TechshopContext();
 }