public AccesoriosService(
     TexereDbContext texereDbContext
     )
 {
     _texereDbContext = texereDbContext;
 }
예제 #2
0
 public EstadosService(
     TexereDbContext texereDbContext
     )
 {
     _texereDbContext = texereDbContext;
 }
예제 #3
0
 public ModelosService(TexereDbContext texereDbContext)
 {
     _texereDbContext = texereDbContext;
 }
예제 #4
0
 public PrecioAccesorioService(TexereDbContext texereDbContext)
 {
     _texereDbContext = texereDbContext;
 }
 public MaterialesService(
     TexereDbContext texereDbContext
     )
 {
     _texereDbContext = texereDbContext;
 }
예제 #6
0
 public PedidosService(
     TexereDbContext TexereDbContext
     )
 {
     _texereDbContext = TexereDbContext;
 }
 public LineasPedidoService(
     TexereDbContext texereDbContext
     )
 {
     _texereDbContext = texereDbContext;
 }
예제 #8
0
 public ColoresService(TexereDbContext texereDbContext)
 {
     _texereDbContext = texereDbContext;
 }
예제 #9
0
 public ClientesService(TexereDbContext texereDbContext)
 {
     _texereDbContext = texereDbContext;
 }
예제 #10
0
 public TallesService(TexereDbContext texereDbContext)
 {
     _texereDbContext = texereDbContext;
 }