Esempio n. 1
0
 public int nroNote(int idCompany, int typeNote)
 {
     return(classNote.getNroNext(idCompany, typeNote));
 }