public TargetElementHelper(IDatabaseContextGeneration databaseContextGeneration = null, IDatabaseImageElementHelper databaseImageElementHelper = null) { _databaseContextGeneration = databaseContextGeneration ?? new DatabaseContextGeneration(); _databaseImageElementHelper = databaseImageElementHelper ?? new DatabaseImageElementHelper(); }
public DatabaseImageElementHelper(IDatabaseContextGeneration databaseContextGeneration = null) { //If context is null new context will be created _databaseContextGeneration = databaseContextGeneration ?? new DatabaseContextGeneration(); }
public HistoryModelHelper(IDatabaseContextGeneration databaseContextGeneration = null) { //If context is null new context will be created _databaseContextGeneration = databaseContextGeneration ?? new DatabaseContextGeneration(); }
public FaceFeaturesHelper(IDatabaseContextGeneration databaseContextGeneration = null) { //If context is null new context will be created _databaseContextGeneration = databaseContextGeneration ?? new DatabaseContextGeneration(); }