Exemplo n.º 1
0
 public static ProdDefList Add(ProdDefList list, ProdDef prodDef)
 {
     list.Add(prodDef);
     return(list);
 }