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