コード例 #1
0
 public ItemKitMgr(IItemKitDao entityDao, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
コード例 #2
0
ファイル: ItemKitMgr.cs プロジェクト: Novthirteen/yfkey-scms
 public ItemKitMgr(IItemKitDao entityDao, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
コード例 #3
0
 public ItemKitBaseMgr(IItemKitDao entityDao)
 {
     this.entityDao = entityDao;
 }
コード例 #4
0
 public ItemKitBaseMgr(IItemKitDao entityDao)
 {
     this.entityDao = entityDao;
 }