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