Esempio n. 1
0
 public RegistrationRepository(RegistrationContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }