Пример #1
0
 public MesBomMgr(IMesBomDao entityDao, IItemMgr itemMgr)
     : base(entityDao)
 {
     this.itemMgr = itemMgr;
 }
Пример #2
0
 public MesBomBaseMgr(IMesBomDao entityDao)
 {
     this.entityDao = entityDao;
 }
Пример #3
0
 public MesBomMgr(IMesBomDao entityDao, IItemMgr itemMgr)
     : base(entityDao)
 {
     this.itemMgr = itemMgr;
 }
Пример #4
0
 public MesBomBaseMgr(IMesBomDao entityDao)
 {
     this.entityDao = entityDao;
 }