예제 #1
0
 public List <DeptTBL> GetDeptList(Guid guid)
 {
     return(_deptRepo.GetList(guid));
 }
예제 #2
0
파일: Dept.cs 프로젝트: kencentre/X-Wcf
 public DataSet GetList(string strWhere)
 {
     return(dal.GetList(strWhere));
 }