public ByMaterialBaseMgr(IByMaterialDao entityDao)
 {
     this.entityDao = entityDao;
 }
Esempio n. 2
0
 public ByMaterialMgr(IByMaterialDao entityDao, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
Esempio n. 3
0
 public ByMaterialMgr(IByMaterialDao entityDao, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
 public ByMaterialBaseMgr(IByMaterialDao entityDao)
 {
     this.entityDao = entityDao;
 }