Exemplo n.º 1
0
 public PlantaRepository(IConnectionSQL context)
     : base(context)
 {
 }
Exemplo n.º 2
0
 public ProcesoDetalleSprayRepository(IConnectionSQL context)
     : base(context)
 {
 }
Exemplo n.º 3
0
 public CalidadRepository(IConnectionSQL context)
     : base(context)
 {
 }
Exemplo n.º 4
0
 public TxRegistroDocumentoRepository(IConnectionSQL context)
     : base(context)
 {
 }
Exemplo n.º 5
0
 public TipoExplotacionRepository(IConnectionSQL context)
     : base(context)
 {
 }