Example #1
0
 public int getIdProfileByData(string numProto, string AnnoProto, string idRegistro, string idGruppo, string idPeople)
 {
     try
     {
         DepositoServicesWR.DepService wr = new DepositoServicesWR.DepService();
         return(wr.DO_getIdProfileByData(numProto, AnnoProto, idRegistro, idGruppo, idPeople));
     }
     catch (Exception ex)
     {
         throw new Exception();
     }
 }