예제 #1
0
 public UtilisateursController(KmapContext context)
 {
     _context = context;
 }
예제 #2
0
 public TokenController(IConfiguration config, KmapContext context)
 {
     _configuration = config;
     _context       = context;
 }
예제 #3
0
 public RolesController(KmapContext context)
 {
     _context = context;
 }
 public ReservationsController(KmapContext context)
 {
     _context = context;
 }
예제 #5
0
 public SitesController(KmapContext context)
 {
     _context = context;
 }
예제 #6
0
 public VehiculesController(KmapContext context)
 {
     _context = context;
 }
예제 #7
0
 public PersonnelController(KmapContext context)
 {
     _context = context;
 }
예제 #8
0
 public NotificationsController(KmapContext context)
 {
     _context = context;
 }