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