示例#1
0
 public UserSymptomsDAL()
 {
     healthAndFitnessDBEntities = new HealthAndFitnessDBEntities();
     this.CSVHelper             = new CSVHelper();
 }
示例#2
0
 public UserHealthInfoDAL()
 {
     healthAndFitnessDBEntities = new HealthAndFitnessDBEntities();
     this.CSVHelper             = new CSVHelper();
 }
示例#3
0
 public AgeGrpWorkoutDAL()
 {
     healthAndFitnessDBEntities = new HealthAndFitnessDBEntities();
     this.CSVHelper             = new CSVHelper();
 }
示例#4
0
 public SymptomsOrDiseaseDAL()
 {
     healthAndFitnessDBEntities = new HealthAndFitnessDBEntities();
     this.CSVHelper             = new CSVHelper();
 }
示例#5
0
 public FoodItemsDAL()
 {
     healthAndFitnessDBEntities = new HealthAndFitnessDBEntities();
     this.CSVHelper             = new CSVHelper();
 }