public DestinationService(CLDbContext context) { _context = context; }
public CruiseDetailService(CLDbContext context) { _context = context; }
public ShipService(CLDbContext context) { _context = context; }
public UserService(CLDbContext context) { _context = context; }