public InitializeA4ADatabase(A4ARepository repository) { this.repository = repository; }
public MailController(IHostingEnvironment env, A4ARepository rep, IEmailSender sender) { this.env = env; this.rep = rep; this.sender = sender; }
public A4AModel1(A4ARepository repository, HttpContextAccessor accessor, IEmailSender sender) { this.Repository = repository; this.accessor = accessor; this.sender = sender; }