Пример #1
0
    public static bool DeleteSectionLabelValueByCarePlanDateTimeID(string CarePlanDateTimeID)
    {
        SqlSectionLabelValueProvider sqlSectionLabelValueProvider = new SqlSectionLabelValueProvider();

        return(sqlSectionLabelValueProvider.DeleteSectionLabelValueByCarePlanDateTimeID(CarePlanDateTimeID));
    }
Пример #2
0
 public static bool DeleteSectionLabelValueByCarePlanDateTimeID(string CarePlanDateTimeID)
 {
     SqlSectionLabelValueProvider sqlSectionLabelValueProvider = new SqlSectionLabelValueProvider();
     return sqlSectionLabelValueProvider.DeleteSectionLabelValueByCarePlanDateTimeID(CarePlanDateTimeID);
 }