Exemplo n.º 1
0
 public BMaster(IDMaster iDMaster)
 {
     _iDMaster = iDMaster;
 }
Exemplo n.º 2
0
 public BTimeTable(IDTimeTable iDTimeTable, IDMaster iDMaster)
 {
     _iDTimeTable = iDTimeTable;
 }
Exemplo n.º 3
0
 public BOnlineTest(IDOnlineTest iDOnlineTest, IDMaster iDMaster)
 {
     _iDOnlineTest = iDOnlineTest;
     _iDMaster     = iDMaster;
 }