Пример #1
0
 public static List<SectionLabelValue> GetAllSectionLabelValues()
 {
     List<SectionLabelValue> sectionLabelValues = new List<SectionLabelValue>();
     SqlSectionLabelValueProvider sqlSectionLabelValueProvider = new SqlSectionLabelValueProvider();
     sectionLabelValues = sqlSectionLabelValueProvider.GetAllSectionLabelValues();
     return sectionLabelValues;
 }
Пример #2
0
    public static List <SectionLabelValue> GetAllSectionLabelValues()
    {
        List <SectionLabelValue>     sectionLabelValues           = new List <SectionLabelValue>();
        SqlSectionLabelValueProvider sqlSectionLabelValueProvider = new SqlSectionLabelValueProvider();

        sectionLabelValues = sqlSectionLabelValueProvider.GetAllSectionLabelValues();
        return(sectionLabelValues);
    }