Exemple #1
0
 public IEnumerable <ProductDTO> GetProductsByTRID()
 {
     return(pq.GetProductsByTRID(UserId));
 }