예제 #1
0
 public EFClienteRepository(CanchitaDbContext ctx)
 {
     context = ctx;
 }
예제 #2
0
 public EFLocalServicioRepository(CanchitaDbContext ctx)
 {
     context = ctx;
 }
예제 #3
0
 public EFTurnoRepository(CanchitaDbContext ctx)
 {
     context = ctx;
 }
예제 #4
0
 public EFProvinciaRepository(CanchitaDbContext ctx)
 {
     context = ctx;
 }
예제 #5
0
 public EFDepartamentoRepository(CanchitaDbContext ctx)
 {
     context = ctx;
 }
예제 #6
0
 public EFAlquilerRepository(CanchitaDbContext ctx)
 {
     context = ctx;
 }
예제 #7
0
 public EFImagenRepository(CanchitaDbContext ctx)
 {
     context = ctx;
 }
예제 #8
0
 public EFPrecioRepository(CanchitaDbContext ctx)
 {
     context = ctx;
 }
예제 #9
0
 public EFDistritoRepository(CanchitaDbContext ctx)
 {
     context = ctx;
 }