public List <DeptTBL> GetDeptList(Guid guid) { return(_deptRepo.GetList(guid)); }
public DataSet GetList(string strWhere) { return(dal.GetList(strWhere)); }