Exemplo n.º 1
0
        public static List <FuneralPaymentsModel> ReturnMemberPayment(string intMemberID)
        {
            DataTable dr = MemberPaymetsDAL.ReturnMemberPaymentdt(intMemberID);

            return(FuneralHelper.DataTableMapToList <FuneralPaymentsModel>(dr));
        }
Exemplo n.º 2
0
        public static ApplicationSettingsModel GetAllApplicationList2(Guid parlourid, int param, int AppID)
        {
            SqlDataReader dr = ToolsSetingDAL.GetAllApplicationList(parlourid, param, AppID);

            return(FuneralHelper.DataReaderMapToList <ApplicationSettingsModel>(dr).FirstOrDefault());
        }
Exemplo n.º 3
0
        public static ApplicationSettingsModel GetApplictionByID(int ID)
        {
            SqlDataReader dr = ToolsSetingDAL.GetApplictionByID(ID);

            return(FuneralHelper.DataReaderMapToList <ApplicationSettingsModel>(dr).FirstOrDefault());
        }
Exemplo n.º 4
0
        public static smsTempletModel GetEmailTemplateByID(int ID, Guid ParlourId)
        {
            SqlDataReader dr = ToolsSetingDAL.GetEmailTemplateByID(ID, ParlourId);

            return(FuneralHelper.DataReaderMapToList <smsTempletModel>(dr).FirstOrDefault());
        }
Exemplo n.º 5
0
        public static List <FuneralServiceManageModel> SelectFuneralManageServiceByParlID(Guid ParlourId, int PageSize, int PageNum, string Keyword, string SortBy, string SortOrder)
        {
            SqlDataReader dr = ToolsSetingDAL.SelectFuneralManageServiceByParlID(ParlourId, PageSize, PageNum, Keyword, SortBy, SortOrder);

            return(FuneralHelper.DataReaderMapToList <FuneralServiceManageModel>(dr));
        }
Exemplo n.º 6
0
        public static PlanModel GetPlanByID(string ID, Guid ParlourId)
        {
            SqlDataReader dr = ToolsSetingDAL.GetPlanByID(ID, ParlourId);

            return(FuneralHelper.DataReaderMapToList <PlanModel>(dr).FirstOrDefault());
        }
Exemplo n.º 7
0
        public static List <smsTempletModel> GetTemplateList(Guid ParlourId)
        {
            SqlDataReader dr = ToolsSetingDAL.GetTemplateList(ParlourId);

            return(FuneralHelper.DataReaderMapToList <smsTempletModel>(dr));
        }
Exemplo n.º 8
0
        public static List <SecureGroupModel> GetSecureGrouList()
        {
            SqlDataReader dr = ToolsSetingDAL.GetSecureGrouList();

            return(FuneralHelper.DataReaderMapToList <SecureGroupModel>(dr));
        }
Exemplo n.º 9
0
        public static List <SecureUserGroupsModel> EditSecurUserbyID(int ID)
        {
            SqlDataReader dr = ToolsSetingDAL.EditSecurUserbyID(ID);

            return(FuneralHelper.DataReaderMapToList <SecureUserGroupsModel>(dr));
        }
Exemplo n.º 10
0
        public static List <smsSendingGroupModel> EditsmsGroupbyID(int ID)
        {
            SqlDataReader dr = ToolsSetingDAL.EditsmsGroupbyID(ID);

            return(FuneralHelper.DataReaderMapToList <smsSendingGroupModel>(dr));
        }
Exemplo n.º 11
0
        public static smsSendingGroupModel GetsmsGroupbyID(int ID, Guid ParlourId)
        {
            SqlDataReader dr = ToolsSetingDAL.GetsmsGroupbyID(ID, ParlourId);

            return(FuneralHelper.DataReaderMapToList <smsSendingGroupModel>(dr).FirstOrDefault());
        }
Exemplo n.º 12
0
        public static OtherPaymentModel OtherPaymentSelect(int InvoiceId, Guid Parlourid)
        {
            SqlDataReader dr = OtherPaymentDAl.OtherPaymentSelect(InvoiceId, Parlourid);

            return(FuneralHelper.DataReaderMapToList <OtherPaymentModel>(dr)[0]);
        }
Exemplo n.º 13
0
        public static List <OtherPaymentModel> OtherPaymentSelectByMemberId(int MemberId, Guid Parlourid)
        {
            SqlDataReader dr = OtherPaymentDAl.OtherPaymentSelectByMemberId(MemberId, Parlourid);

            return(FuneralHelper.DataReaderMapToList <OtherPaymentModel>(dr).ToList());
        }
Exemplo n.º 14
0
        public static JoiningFeeModel JoiningFees(int memberId, Guid parlourId)
        {
            DataTable dr = MemberPaymetsDAL.JoiningFeesdt(memberId, parlourId);

            return(FuneralHelper.DataTableMapToList <JoiningFeeModel>(dr).FirstOrDefault());
        }
Exemplo n.º 15
0
        public static AddonProductsModal EditAddonProductbyID(Guid ID, Guid ParlourId)
        {
            SqlDataReader dr = ToolsSetingDAL.EditAddonProductbyID(ID, ParlourId);

            return(FuneralHelper.DataReaderMapToList <AddonProductsModal>(dr).FirstOrDefault());
        }
Exemplo n.º 16
0
        public static BranchModel EditBranchbyID(Guid ID, Guid ParlourId)
        {
            SqlDataReader dr = ToolsSetingDAL.EditBranchbyID(ID, ParlourId);

            return(FuneralHelper.DataReaderMapToList <BranchModel>(dr).FirstOrDefault());
        }
Exemplo n.º 17
0
        public static List <PlanModel> GetAllPlans(Guid ParlourId, int PageSize, int PageNum, string Keyword, string SortBy, string SortOrder)
        {
            SqlDataReader dr = ToolsSetingDAL.GetAllPlans(ParlourId, PageSize, PageNum, Keyword, SortBy, SortOrder);

            return(FuneralHelper.DataReaderMapToList <PlanModel>(dr));
        }
Exemplo n.º 18
0
        public static List <SocietyModel> GetAllSocietye(Guid ParlourId)
        {
            SqlDataReader dr = ToolsSetingDAL.GetAllSocietye(ParlourId);

            return(FuneralHelper.DataReaderMapToList <SocietyModel>(dr));
        }
Exemplo n.º 19
0
        public static List <MembersModel> GetAllMemberCellphon(Guid ParlourId)
        {
            SqlDataReader dr = ToolsSetingDAL.GetAllMemberCellphon(ParlourId);

            return(FuneralHelper.DataReaderMapToList <MembersModel>(dr));
        }
Exemplo n.º 20
0
        public static AdditionalApplicationSettingsModel SaveAdditionalApplication(AdditionalApplicationSettingsModel model)
        {
            SqlDataReader dr = ToolsSetingDAL.SaveAdditionalApplication(model);

            return(FuneralHelper.DataReaderMapToList <AdditionalApplicationSettingsModel>(dr).FirstOrDefault());
        }
Exemplo n.º 21
0
        public static BankingDetailSending SaveBankingDetail(BankingDetailSending Model)
        {
            SqlDataReader dr = ToolsSetingDAL.SaveBankingDetail(Model);

            return(FuneralHelper.DataReaderMapToList <BankingDetailSending>(dr).FirstOrDefault());
        }
Exemplo n.º 22
0
        public static List <ExpensesModel> GetAllExpenseses(Guid ParlourId)
        {
            SqlDataReader dr = ToolsSetingDAL.GetAllExpenseses(ParlourId);

            return(FuneralHelper.DataReaderMapToList <ExpensesModel>(dr));
        }
Exemplo n.º 23
0
        public static ApplicationTnCModel SelectApplicationTermsAndCondition(Guid parlourid)
        {
            SqlDataReader dr = ToolsSetingDAL.SelectApplicationTermsAndCondition(parlourid);

            return(FuneralHelper.DataReaderMapToList <ApplicationTnCModel>(dr).FirstOrDefault());
        }
Exemplo n.º 24
0
        public static ExpensesModel EditExpensesbyID(int ID, Guid ParlourId)
        {
            SqlDataReader dr = ToolsSetingDAL.EditExpensesbyID(ID, ParlourId);

            return(FuneralHelper.DataReaderMapToList <ExpensesModel>(dr).FirstOrDefault());
        }
Exemplo n.º 25
0
        public static FuneralServiceManageModel SelectFuneralManageServiceByParlANdID(int pkiServiceID, Guid ParlourId)
        {
            SqlDataReader dr = ToolsSetingDAL.SelectFuneralManageServiceByParlANdID(pkiServiceID, ParlourId);

            return(FuneralHelper.DataReaderMapToList <FuneralServiceManageModel>(dr).FirstOrDefault());
        }
Exemplo n.º 26
0
        public static AgentInfoSetupModel SaveAgentInfo(AgentInfoSetupModel model)
        {
            SqlDataReader dr = ToolsSetingDAL.SaveAgentInfo(model);

            return(FuneralHelper.DataReaderMapToList <AgentInfoSetupModel>(dr).FirstOrDefault());
        }
Exemplo n.º 27
0
        public static List <SecureUserGroupsModel> GetSuperUserAccessByID(int ID, Guid ParlourId)
        {
            SqlDataReader dr = ToolsSetingDAL.GetSuperUserAccessByID(ID, ParlourId);

            return(FuneralHelper.DataReaderMapToList <SecureUserGroupsModel>(dr));
        }
Exemplo n.º 28
0
        public static List <AddonProductsModal> GetAllAddonProductes(Guid ParlourId)
        {
            SqlDataReader dr = ToolsSetingDAL.GetAllAddonProductes(ParlourId);

            return(FuneralHelper.DataReaderMapToList <AddonProductsModal>(dr));
        }
Exemplo n.º 29
0
        public static BankingDetailSending GetBankingByID(Guid ID)
        {
            SqlDataReader dr = ToolsSetingDAL.GetBankingByID(ID);

            return(FuneralHelper.DataReaderMapToList <BankingDetailSending>(dr).FirstOrDefault());
        }
Exemplo n.º 30
0
        public static List <FuneralPaymentsModel> ReturnFuneralPayments(Guid parlourid, string pIntFnrlID)
        {
            DataTable dr = MemberPaymetsDAL.ReturnFuneralPaymentsdt(parlourid, pIntFnrlID);

            return(FuneralHelper.DataTableMapToList <FuneralPaymentsModel>(dr));
        }