Ejemplo n.º 1
0
 public bool DeleteWord(int wordId)
 {
     try
     {
         return(_bll.DeleteWord(wordId));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.ToString());
     }
 }