Exemple #1
0
 public virtual void InsertQLSX(BaseModel model)
 {
     try
     {
         baseFacade.InsertQLSX(model);
     }
     catch (FacadeException ex)
     {
         throw new BOException("Can not Insert to database" + ex.Message);
     }
 }