public MascotaRepository(VetSDbContext context, IMapper mapper) { this.context = context; this.mapper = mapper; }
public UnitOfWork(VetSDbContext context) { this.context = context; }
public TurnoRepository(VetSDbContext context, IMapper mapper) { this.context = context; this.mapper = mapper; }
public HistoriaClinicaRepository(VetSDbContext context) { this.context = context; }