Example #1
0
        public List <FinaDifficultyModel> GetHeightDifficulty(float height)
        {
            var pHelper = new ProcedureHelper(db);

            return(pHelper.spGetAllDifficulties(height));
        }