Example #1
0
 public Hashtable LazyLoad()
 {
     try
     {
         return(baseFacade.LazyLoad());
     }
     catch (FacadeException fx)
     {
         throw new BOException("Can not find" + fx.Message);
     }
 }