public BatchService(WpfDbContext wpfDbContext) { db = wpfDbContext; }
public FacultyService(WpfDbContext wpfDbContext) { db = wpfDbContext; }
public ParticipantService(WpfDbContext wpfDbContext) { db = wpfDbContext; }