示例#1
0
 public List <Product> FindByTitile(string title)
 {
     return(_stockDao.FindByTitile(title));
 }