public RtRequestController(IRtRequestService context, IRtMailSettingsService mailSettingsContext, RtMailMessageService mailSenderContext) { db = context; mailSettings = mailSettingsContext; mailSender = mailSenderContext; }
public RtMailSettingsController(IRtMailSettingsService context) { _db = context; }