コード例 #1
0
 public CategoryList GetById(int id)
 {
     return(catListRepo.Get(id));
 }