示例#1
0
 public List <Note> getNotes(int idCompany, int typeNote)
 {
     return(classNote.getNotes(idCompany, typeNote));
 }