コード例 #1
0
ファイル: MesBomMgr.cs プロジェクト: Novthirteen/yfkey-scms
 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;
 }