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