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