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

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