Exemplo n.º 1
0
 public ComAllegato LoadAllegatoComunicazioneById(long idAllegato)
 {
     using (IComAllegatoDao dao = getDaoContext().DaoImpl.ComAllegatoDao)
     {
         return(dao.GetById(idAllegato));
     }
 }