Example #1
0
 public IList <RubricaContatti> GetContattiByIdEntita(string identita, bool startFromOrg, bool includeDescendant, bool includeIPA)
 {
     using (ContattoSQLDb dao = new ContattoSQLDb())
     {
         return(dao.LoadContattiOrgByName(identita, startFromOrg, includeDescendant, includeIPA));
     }
 }