Пример #1
0
 public static List<SectionLabelValue> GetAllSectionLabelValuesByCarePlanDateTimeID(int CarePlanDateTimeID)
 {
     List<SectionLabelValue> sectionLabelValues = new List<SectionLabelValue>();
     SqlSectionLabelValueProvider sqlSectionLabelValueProvider = new SqlSectionLabelValueProvider();
     sectionLabelValues = sqlSectionLabelValueProvider.GetAllSectionLabelValuesByCarePlanDateTimeID(CarePlanDateTimeID);
     return sectionLabelValues;
 }
Пример #2
0
    public static List <SectionLabelValue> GetAllSectionLabelValuesByCarePlanDateTimeID(int CarePlanDateTimeID)
    {
        List <SectionLabelValue>     sectionLabelValues           = new List <SectionLabelValue>();
        SqlSectionLabelValueProvider sqlSectionLabelValueProvider = new SqlSectionLabelValueProvider();

        sectionLabelValues = sqlSectionLabelValueProvider.GetAllSectionLabelValuesByCarePlanDateTimeID(CarePlanDateTimeID);
        return(sectionLabelValues);
    }