コード例 #1
0
 public List <Product> All_Current()
 {
     return(_productRepo.All_Current());
 }