Beispiel #1
0
 public SucursalRepository(restauranteContext ctx)
 {
     _ctx = ctx;
 }
Beispiel #2
0
 public RespuestaRepository(restauranteContext ctx)
 {
     _ctx = ctx;
 }
Beispiel #3
0
 public PreguntaRepository(restauranteContext ctx)
 {
     _ctx = ctx;
 }