Esempio n. 1
0
 /// <summary>
 /// Returns a list of available levels for the outchecked articles list
 /// </summary>
 /// <param name="ident"></param>
 /// 2018-05-28
 /// <returns></returns>
 public List <KeyValuePair <int, string> > getUcArtListSelection(string ident)
 {
     ServHuvSrc.COrderArt oa = new ServHuvSrc.COrderArt();
     return(oa.getUcArtListSelection(ident));
 }