public CursorPointsUseCase(ICursorPointsEntity cursorPointsEntity, IEnclosurePointsEntity enclosurePointsEntity, LineFactory lineFactory, EnclosureFactory enclosureFactory) { _cursorPointsEntity = cursorPointsEntity; _enclosurePointsEntity = enclosurePointsEntity; _lineFactory = lineFactory; _enclosureFactory = enclosureFactory; }
public EnclosurePointsUseCase(IEnclosurePointsEntity enclosurePointsEntity) { _enclosurePointsEntity = enclosurePointsEntity; }