Example #1
0
 public IList <RubricaContatti> GetContattiByIdEntita(long identita, bool startFromOrg, bool includeDescendant, bool includeIPA, bool includeAppMappings)
 {
     //TODO:aggiungere le mappature
     using (ContattoSQLDb dao = new ContattoSQLDb())
     {
         return(dao.LoadContattiOrgByOrgId(identita, startFromOrg, includeDescendant, includeIPA, includeAppMappings));
     }
 }