Ejemplo n.º 1
0
 public UsersController(MyCitiesDBContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public BatimentsController(MyCitiesDBContext context)
 {
     _context = context;
 }
Ejemplo n.º 3
0
 public HomeController(ILogger <HomeController> logger, MyCitiesDBContext ctx)
 {
     _logger = logger;
     _ctx    = ctx;
 }
 public DetailsArchitecturesController(MyCitiesDBContext context)
 {
     _context = context;
 }
 public BatimentReligieuxController(MyCitiesDBContext context)
 {
     _context = context;
 }