예제 #1
0
 public MascotaRepository(VetSDbContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
예제 #2
0
 public UnitOfWork(VetSDbContext context)
 {
     this.context = context;
 }
예제 #3
0
 public TurnoRepository(VetSDbContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
예제 #4
0
 public HistoriaClinicaRepository(VetSDbContext context)
 {
     this.context = context;
 }