Beispiel #1
0
 public ItemKitMgr(IItemKitDao entityDao, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
Beispiel #2
0
 public ItemKitMgr(IItemKitDao entityDao, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
 public ItemKitBaseMgr(IItemKitDao entityDao)
 {
     this.entityDao = entityDao;
 }
Beispiel #4
0
 public ItemKitBaseMgr(IItemKitDao entityDao)
 {
     this.entityDao = entityDao;
 }