public BatchTriggerBaseMgr(IBatchTriggerDao entityDao)
 {
     this.entityDao = entityDao;
 }
 public BatchTriggerBaseMgr(IBatchTriggerDao entityDao)
 {
     this.entityDao = entityDao;
 }
 public BatchTriggerMgr(IBatchTriggerDao entityDao, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
 public BatchTriggerMgr(IBatchTriggerDao entityDao, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }