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