Beispiel #1
0
 ///<sumary>
 ///添加信息
 ///时间:2010-9-17 20:45:48
 ///</sumary>
 public static Boolean AddMatches(Matches matches)
 {
     try
     {
         return(matchesService.AddMatches(matches));
     }
     catch (Exception ex)
     {
         //可以记录到异常日志
         return(false);
     }
 }