Beispiel #1
0
 public List <CMS_Questions_LayTatCa_Result> Search(string keyWord, int type, bool?publish)
 {
     try
     {
         List <CMS_Questions_LayTatCa_Result> lData = MyContext.CMS_Questions_LayTatCa(type, keyWord, publish).ToList();
         return(lData);
     }
     catch (Exception ex)
     {
         Logs.WriteLog(ex);
         throw;
     }
 }