public VeterinarioRepository(DDDBovivet_ReproducaoDataContext context)
 {
     _context = context;
 }
Exemple #2
0
 public AnimalRepository(DDDBovivet_ReproducaoDataContext context)
 {
     _context = context;
 }
Exemple #3
0
 public Uow(DDDBovivet_ReproducaoDataContext context)
 {
     _context = context;
 }
 public ExameRepository(DDDBovivet_ReproducaoDataContext context)
 {
     _context = context;
 }