Beispiel #1
0
 public UsersController(CheeprToKeeprContext context, ICheeprToKeeprService service)
 {
     _service = service;
     _context = context;
 }
Beispiel #2
0
 public VehiclesController(CheeprToKeeprContext ctx, ICheeprToKeeprService service)
 {
     _service = service;
     _ctx     = ctx;
 }