Esempio n. 1
0
 public void DeletePerfil(int pPerfilID)
 {
     try
     {
         PerfilBL.DeletePerfil(pPerfilID);
     }
     catch (Exception ex) { throw ex; }
 }