public DataAccessService() { context = new EmailsDataContext(); }
public DataAccessService() { emailsDataContext = new EmailsDataContext(); senderEmailsDataContext = new SenderEmailsDataContext(); smtpServersDataContext = new SmtpServersDataContext(); }
public EmailsRepository(EmailsDataContext db) { this.db = db; }