Exemple #1
0
        public DataSet GetFAQDescList(string Search_Text)
        {
            DAL_FAQ_Item al = new DAL_FAQ_Item();

            try { return(al.GetFAQDescList(Search_Text)); }
            catch { throw; }
            finally { al = null; }
        }
Exemple #2
0
 public static DataSet Get_FAQ_Link(int FAQ_ID)
 {
     try
     {
         return(DAL_FAQ_Item.Get_FAQ_Link(FAQ_ID));
     }
     catch
     {
         throw;
     }
 }
Exemple #3
0
 public static DataSet Get_Topic_FAQList(int?Topic_ID, int?FAQ_ID, string Description, int?pagenumber, int?pagesize, ref int isfetchcount, int UserID)
 {
     try
     {
         return(DAL_FAQ_Item.Get_Topic_FAQList(Topic_ID, FAQ_ID, Description, pagenumber, pagesize, ref isfetchcount, UserID));
     }
     catch
     {
         throw;
     }
 }
Exemple #4
0
 public static int Update_FAQ_List(int FAQ_ID, int IsHelpful, int?UserID)
 {
     try
     {
         return(DAL_FAQ_Item.Update_FAQ_List(FAQ_ID, IsHelpful, UserID));
     }
     catch
     {
         throw;
     }
 }
Exemple #5
0
 public static DataSet Get_Menu_Link()
 {
     try
     {
         return(DAL_FAQ_Item.Get_Menu_Link());
     }
     catch
     {
         throw;
     }
 }
Exemple #6
0
 public static DataSet Get_FAQTopic_List(int Module_ID)
 {
     try
     {
         return(DAL_FAQ_Item.Get_FAQTopic_List(Module_ID));
     }
     catch
     {
         throw;
     }
 }
Exemple #7
0
 public static void Del_Faq_ServiceDetails(int FAQ_ID, int UserID)
 {
     try
     {
         DAL_FAQ_Item.Del_Faq_ServiceDetails(FAQ_ID, UserID);
     }
     catch
     {
         throw;
     }
 }
Exemple #8
0
 public static DataTable Get_TopicModule(int Topic_ID)
 {
     try
     {
         return(DAL_FAQ_Item.Get_TopicModule(Topic_ID));
     }
     catch
     {
         throw;
     }
 }
Exemple #9
0
 public static void Del_ModuleTopic(string Mode, int ID, int UserID)
 {
     try
     {
         DAL_FAQ_Item.Del_ModuleTopic(Mode, ID, UserID);
     }
     catch
     {
         throw;
     }
 }
Exemple #10
0
 public static void Upd_Faq_ServiceDetails(int FAQ_ID, string Question, string Answer, int UserID, int TopicID, string Topic_Description, int ModuleID, string Module_Description)
 {
     try
     {
         DAL_FAQ_Item.Upd_Faq_ServiceDetails(FAQ_ID, Question, Answer, UserID, TopicID, Topic_Description, ModuleID, Module_Description);
     }
     catch
     {
         throw;
     }
 }
Exemple #11
0
 public static DataSet Get_ModuleTopic_Details(string Search, int?pagenumber, int?pagesize, string Mode, int?ID, int?ModuleID, ref int isfetchcount)
 {
     try
     {
         return(DAL_FAQ_Item.Get_ModuleTopic_Details(Search, pagenumber, pagesize, Mode, ID, ModuleID, ref isfetchcount));
     }
     catch
     {
         throw;
     }
 }
Exemple #12
0
 public static DataSet Get_FAQModule_List()
 {
     try
     {
         return(DAL_FAQ_Item.Get_FAQModule_List());
     }
     catch
     {
         throw;
     }
 }
Exemple #13
0
 public static int Update_ModuleTopic(string Desc, int?ID, string Mode, int?ModuleID, int UserID)
 {
     try
     {
         return(DAL_FAQ_Item.Update_ModuleTopic(Desc, ID, Mode, ModuleID, UserID));
     }
     catch
     {
         throw;
     }
 }
Exemple #14
0
 public static DataSet Get_FAQ_Items(int FAQ_ID, string Search_Text)
 {
     try
     {
         return(DAL_FAQ_Item.Get_FAQ_Items(FAQ_ID, Search_Text));
     }
     catch
     {
         throw;
     }
 }
Exemple #15
0
 public static DataSet Get_HelpPage_List(String SearvhFaq, ref int is_Fetch_Count, int?Module, int?Topic, string Keywords, int CompanyID, string Searchurl)
 {
     try
     {
         return(DAL_FAQ_Item.Get_HelpPage_List(SearvhFaq, ref is_Fetch_Count, Module, Topic, Keywords, CompanyID, Searchurl));
     }
     catch
     {
         throw;
     }
 }
Exemple #16
0
 public static int Update_FAQ_Items(int FAQ_ID, DataTable tbl_FAQ, int?User_ID)
 {
     try
     {
         return(DAL_FAQ_Item.Update_FAQ_Items(FAQ_ID, tbl_FAQ, User_ID));
     }
     catch
     {
         throw;
     }
 }
Exemple #17
0
 public static int Update_TrainingItem_IsHelpful(int Video_ID, int IsHelpful, int UserID)
 {
     try
     {
         return(DAL_FAQ_Item.Update_TrainingItem_IsHelpful(Video_ID, IsHelpful, UserID));
     }
     catch
     {
         throw;
     }
 }