示例#1
0
 public PlantaRepository(IConnectionSQL context)
     : base(context)
 {
 }
示例#2
0
 public ProcesoDetalleSprayRepository(IConnectionSQL context)
     : base(context)
 {
 }
示例#3
0
 public CalidadRepository(IConnectionSQL context)
     : base(context)
 {
 }
示例#4
0
 public TxRegistroDocumentoRepository(IConnectionSQL context)
     : base(context)
 {
 }
示例#5
0
 public TipoExplotacionRepository(IConnectionSQL context)
     : base(context)
 {
 }