コード例 #1
0
ファイル: CategoryBU.cs プロジェクト: phuctv95/BookStore
 public Category Find(int id)
 {
     return(categoryDA.Find(id));
 }