public RepositoryExample(BOTTGIngSoft2021Context context) { this.context = context; entities = context.Set <Example>(); }
public RepositoryIntent(BOTTGIngSoft2021Context context) { this.context = context; entities = context.Set<Intent>(); }