コード例 #1
0
 public string selectAll(List <ThamSoDTO> lsObj)
 {
     return(dal.selectAll(lsObj));
 }