Exemple #1
0
 public List <ItemFactura> armarListaDeItems(AltaModifFactura form)
 {
     return(form.armarListaItemsFacturaEnCreacion());
 }