public Page_QuitTobaccoCourse(SoftAssertions softassertions) : this()
 {
     this.softassertions = softassertions;
     cc = new CommonCourses(softassertions);
 }
Example #2
0
 public Page_BloodPressureCourse(SoftAssertions softassertions) : this()
 {
     this.softassertions = softassertions;
     cc = new CommonCourses(softassertions);
 }
Example #3
0
 public Page_ManageStressCourse(SoftAssertions softassertions) : this()
 {
     this.softassertions = softassertions;
     cc = new CommonCourses(softassertions);
 }
Example #4
0
 public Page_ImprovingNutritionCourse(SoftAssertions softassertions) : this()
 {
     this.softassertions = softassertions;
     cc = new CommonCourses(softassertions);
 }