Esempio n. 1
0
 /// <summary>
 /// Get all articles that are handled by
 /// pyramid as stock articles
 /// </summary>
 /// <param name="ident"></param>
 /// <returns></returns>
 public List <OrderArtCL> getCheckoutableArticles(string ident, string artnr)
 {
     ServHuvSrc.COrderArt oa = new ServHuvSrc.COrderArt();
     return(oa.getCheckoutableArticles(ident, artnr));
 }