Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="AttachmentsService" /> class.
 /// </summary>
 public AttachmentsService(IAttachmentsRepository attachmentRepository, IDownloadRepository downloadRepository,
                           IAttachmentSecuritySettingsService AttachmentSecuritySettingService, IAccountService accountService, ILogService LogService)
 {
     m_AttachmentRepository             = attachmentRepository;
     m_DownloadRepository               = downloadRepository;
     m_AttachmentSecuritySettingService = AttachmentSecuritySettingService;
     m_AccountService  = accountService;
     this.m_LogService = LogService;
 }
 public AttachmentSecuritySettingsController(IAttachmentSecuritySettingsService AttachmentSecuritySettingsServoce)
 {
     this.m_IAttachmentSecuritySettingsServoce = AttachmentSecuritySettingsServoce;
 }