Esempio n. 1
0
 public Dictionary <string, string> getPersonalDocument(string id)
 {
     try
     {
         return(HelperCommon.getPersonalDocuments(id));
     }
     catch (Exception e)
     {
         throw e;
     }
 }