예제 #1
0
 public InitializeA4ADatabase(A4ARepository repository)
 {
     this.repository = repository;
 }
예제 #2
0
 public MailController(IHostingEnvironment env, A4ARepository rep, IEmailSender sender)
 {
     this.env    = env;
     this.rep    = rep;
     this.sender = sender;
 }
예제 #3
0
 public A4AModel1(A4ARepository repository, HttpContextAccessor accessor, IEmailSender sender)
 {
     this.Repository = repository;
     this.accessor   = accessor;
     this.sender     = sender;
 }