예제 #1
0
 public List <CMS_News_LayTinBaiCongKhaiTheoCateKey_Result> LayTinBaiCongKhaiTheoCateKey(string strCateKey)
 {
     try
     {
         return(MyContext.CMS_News_LayTinBaiCongKhaiTheoCateKey(strCateKey).ToList());
     }
     catch (Exception ex)
     {
         Logs.WriteLog(ex);
         throw;
     }
 }