Beispiel #1
0
 public BatchService(WpfDbContext wpfDbContext)
 {
     db = wpfDbContext;
 }
Beispiel #2
0
 public FacultyService(WpfDbContext wpfDbContext)
 {
     db = wpfDbContext;
 }
Beispiel #3
0
 public ParticipantService(WpfDbContext wpfDbContext)
 {
     db = wpfDbContext;
 }