Пример #1
0
    public static bool UpdateSectionLabelValue(SectionLabelValue sectionLabelValue)
    {
        SqlSectionLabelValueProvider sqlSectionLabelValueProvider = new SqlSectionLabelValueProvider();

        return(sqlSectionLabelValueProvider.UpdateSectionLabelValue(sectionLabelValue));
    }
Пример #2
0
 public static bool UpdateSectionLabelValue(SectionLabelValue sectionLabelValue)
 {
     SqlSectionLabelValueProvider sqlSectionLabelValueProvider = new SqlSectionLabelValueProvider();
     return sqlSectionLabelValueProvider.UpdateSectionLabelValue(sectionLabelValue);
 }