Esempio n. 1
0
 public BiochemistryTestVM()
 {
     _biochemistryw = new BiochemistryW(new Biochemistry());
 }
Esempio n. 2
0
 public BiochemistryTestVM(IModelCommon biochemistry)
 {
     _biochemistryw = new BiochemistryW(biochemistry as Biochemistry);
 }