Exemple #1
0
 public MyCompanyListener(SQLDataServiceModel dataModel)
 {
     // TODO: Complete member initialization
     this.dataModel = dataModel;
 }
Exemple #2
0
 public abCMD(string work, SQLDataServiceModel dataModel)
 {
     this.work = work;
     this.loger = new Loger(dataModel);
 }
Exemple #3
0
 public abSelect(string work, SQLDataServiceModel dataModel)
 {
     this.work = work;
     this.dataModel = dataModel;
     this.loger = new Loger(this.dataModel);
 }
Exemple #4
0
 public Loger(SQLDataServiceModel dataModel)
 {
     // TODO: Complete member initialization
     this.dataModel = dataModel;
 }
 public CommonSettingListener(SQLDataServiceModel dataModel)
 {
     // TODO: Complete member initialization
     this.dataModel = dataModel;
 }