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();
 }