Example #1
0
 public ProdutoRepository(LojaBlueContext lojaBlueContext)
 {
     this.lojaBlueContext = lojaBlueContext;
 }
Example #2
0
 public PedidoRepository(LojaBlueContext lojaBlueContext)
 {
     this.lojaBlueContext = lojaBlueContext;
 }
Example #3
0
 public ClienteService(LojaBlueContext lojaBlueContext)
 {
     this.lojaBlueContext = lojaBlueContext;
 }