Exemple #1
0
 public string[] WhyCanNotDeleteTema(System.Byte Id)
 {
     try
     {
         clsTema  Tema      = new clsTema();
         string[] aryResult = Tema.WhyCanNotBeDeleted(Id);
         Tema = null;
         return(aryResult);
     }
     catch (System.Exception Ex)
     {
         throw new System.Exception("Error al recuperar la(s) causa que impide eliminar el tema.", Ex);
     }
 }