We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c307ea commit 315bb61Copy full SHA for 315bb61
1 file changed
README.md
@@ -44,6 +44,7 @@ class StudentSignupTrigger : IBeforeSaveTrigger<Student> {
44
45
class SendEmailTrigger : IAfterSaveTrigger<Email> {
46
readonly IEmailService _emailService;
47
+ readonly ApplicationDbContext _applicationDbContext;
48
public StudentTrigger (ApplicationDbContext applicationDbContext, IEmailService emailservice) {
49
_applicationDbContext = applicationDbContext;
50
_emailService = emailService;
0 commit comments