コード例 #1
0
 public CategoryResult FindByCode(string code)
 {
     return(ResultConverter.Convert(Dao.FindByCode(code)));
 }