public PickListDetailBaseMgr(IPickListDetailDao entityDao) { this.entityDao = entityDao; }
public PickListDetailMgr(IPickListDetailDao entityDao, ICriteriaMgr criteriaMgr) : base(entityDao) { this.criteriaMgr = criteriaMgr; }