#include "iseller.h" ISeller::ISeller(QObject *parent) : QObject(parent) { } ISeller::~ISeller() { }