Beispiel #1
0
 public PecuaristaRepository(ISistemaCompraGadoDGContexto SistemaCompraGadoDGContexto)
 {
     Db = SistemaCompraGadoDGContexto;
 }
 public AnimalRepository(ISistemaCompraGadoDGContexto SistemaCompraGadoDGContexto)
 {
     Db = SistemaCompraGadoDGContexto;
 }
Beispiel #3
0
 public CompraGadoItemRepository(ISistemaCompraGadoDGContexto SistemaCompraGadoDGContexto)
 {
     Db = SistemaCompraGadoDGContexto;
 }