コード例 #1
0
ファイル: CategoryManager.cs プロジェクト: nabil1216/GO2-Shop
 public Category GetById(int id)
 {
     return(categoryGateway.GetById(id));
 }