public MyCompanyListener(SQLDataServiceModel dataModel) { // TODO: Complete member initialization this.dataModel = dataModel; }
public abCMD(string work, SQLDataServiceModel dataModel) { this.work = work; this.loger = new Loger(dataModel); }
public abSelect(string work, SQLDataServiceModel dataModel) { this.work = work; this.dataModel = dataModel; this.loger = new Loger(this.dataModel); }
public Loger(SQLDataServiceModel dataModel) { // TODO: Complete member initialization this.dataModel = dataModel; }
public CommonSettingListener(SQLDataServiceModel dataModel) { // TODO: Complete member initialization this.dataModel = dataModel; }