Exemple #1
0
        bool CheckSalesValidation()
        {
            bool x = CustomeRepository.CheckSalesValidation(commonFunctions.ToInt(cmb_days.SelectedValue.ToString()), commonFunctions.ToInt(cmb_sessions.SelectedValue.ToString()),
                                                            commonFunctions.ToInt(cmb_pumperForcashcol.SelectedValue.ToString()));

            return(x);
        }