コード例 #1
0
 public void CreateTrainingProgram(TrainingProgram tp)
 {
     _context.Add(tp);
     SaveDatabase();
 }