Beispiel #1
0
 public ErrWrsController(SwsDBContext context, IWebHostEnvironment environment, IEmailSender emailSender)
 {
     _context     = context;
     _environment = environment;
     _emailSender = emailSender;
 }
Beispiel #2
0
 public Auth(SwsDBContext context)
 {
     _context = context;
 }