Exemple #1
0
 public bool InsertServiceTypeSetting(ServiceTypeSetting model)
 {
     try
     {
         return(DalBaoYangActivitySetting.InsertServiceTypeSetting(model));
     }
     catch (TuhuBizException)
     {
         throw;
     }
     catch (Exception ex)
     {
         Logger.Error("InsertServiceTypeSetting", ex);
         throw ex;
     }
 }