示例#1
0
 public DataTable Search(Product product)
 {
     return(_producRepository.Search(product));
 }