Exemplo n.º 1
0
 public string GetMinRoot(string field)
 {
     try
     {
         return(baseFacade.FindByMinRoot(field).ToString());
     }
     catch (FacadeException e)
     {
         throw new BOException("Can not execute the GetMax method: " + e.Message);
     }
 }