예제 #1
0
 public UsersController(MyCitiesDBContext context)
 {
     _context = context;
 }
예제 #2
0
 public BatimentsController(MyCitiesDBContext context)
 {
     _context = context;
 }
예제 #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;
 }