Esempio n. 1
0
    public static bool DeleteSectionLabelValue(int sectionLabelValueID)
    {
        SqlSectionLabelValueProvider sqlSectionLabelValueProvider = new SqlSectionLabelValueProvider();

        return(sqlSectionLabelValueProvider.DeleteSectionLabelValue(sectionLabelValueID));
    }
Esempio n. 2
0
 public static bool DeleteSectionLabelValue(int sectionLabelValueID)
 {
     SqlSectionLabelValueProvider sqlSectionLabelValueProvider = new SqlSectionLabelValueProvider();
     return sqlSectionLabelValueProvider.DeleteSectionLabelValue(sectionLabelValueID);
 }