public UtilisateursController(KmapContext context) { _context = context; }
public TokenController(IConfiguration config, KmapContext context) { _configuration = config; _context = context; }
public RolesController(KmapContext context) { _context = context; }
public ReservationsController(KmapContext context) { _context = context; }
public SitesController(KmapContext context) { _context = context; }
public VehiculesController(KmapContext context) { _context = context; }
public PersonnelController(KmapContext context) { _context = context; }
public NotificationsController(KmapContext context) { _context = context; }