コード例 #1
0
 public Product[] FindAll()
 {
     return(productDataAccess.FindAll());
 }