Esempio n. 1
0
 public List <Goods> GetGoodsList(string type)
 {
     return(dao.GetGoodsList(type));
 }