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