Пример #1
0
 public List <Product> GetProductsByID(List <int> pID)
 {
     return(dal.GetProductsByID(pID));
 }