public List <CSF_Logs_TheoTieuChi_Result> LayTheoTieuChi(string keyWord, string ngaybd, string ngaykt) { try { List <CSF_Logs_TheoTieuChi_Result> lData = MyContext.CSF_Logs_TheoTieuChi(keyWord, ngaybd, ngaykt).ToList(); return(lData); } catch (Exception ex) { Logs.WriteLog(ex); throw; } }