Пример #1
0
 public ByMaterialBaseMgr(IByMaterialDao entityDao)
 {
     this.entityDao = entityDao;
 }
Пример #2
0
 public ByMaterialMgr(IByMaterialDao entityDao, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
Пример #3
0
 public ByMaterialMgr(IByMaterialDao entityDao, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
Пример #4
0
 public ByMaterialBaseMgr(IByMaterialDao entityDao)
 {
     this.entityDao = entityDao;
 }