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