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