Пример #1
0
 public static SectionLabelValue GetSectionLabelValueByID(int id)
 {
     SectionLabelValue sectionLabelValue = new SectionLabelValue();
     SqlSectionLabelValueProvider sqlSectionLabelValueProvider = new SqlSectionLabelValueProvider();
     sectionLabelValue = sqlSectionLabelValueProvider.GetSectionLabelValueByID(id);
     return sectionLabelValue;
 }
Пример #2
0
    public static SectionLabelValue GetSectionLabelValueByID(int id)
    {
        SectionLabelValue            sectionLabelValue            = new SectionLabelValue();
        SqlSectionLabelValueProvider sqlSectionLabelValueProvider = new SqlSectionLabelValueProvider();

        sectionLabelValue = sqlSectionLabelValueProvider.GetSectionLabelValueByID(id);
        return(sectionLabelValue);
    }