Ejemplo n.º 1
0
 public List <BaseModel> GetAllListObject()
 {
     try
     {
         return(baseFacade.GetAllListObject());
     }
     catch (FacadeException fx)
     {
         //throw new BOException("Can not find" + fx.Message);
         return(new List <BaseModel>());
     }
 }