示例#1
0
 public ItemKitMgr(IItemKitDao entityDao, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
示例#2
0
 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;
 }