예제 #1
0
 public MainModel()
 {
     Context   = new ChemistryDB.ChemistryContext();
     MathModel = new MathModel.Model();
 }
예제 #2
0
 public ChemistryDbEditModel() : base()
 {
     Context = new ChemistryDB.ChemistryContext();
 }