コード例 #1
0
 public List<CategoryDTO> SearchCate(string info)
 {
     CategoryDAO dao=new CategoryDAO();
     return dao.SearchCategory(info);
 }