Exemplo n.º 1
0
 public MailNotificationCommands(ILogService logger, WebContextService contextService)
 {
     _logService     = logger;
     _contextService = contextService;
     //_blobManager = new BlobManager(new string[] { "mailslog" });
     _blobManager = new BlobManager(Infrastructure.Services.ConfigSettingsService.Get("DataConnectionString"));
     _blobManager.CreatePrivateContainerIfNotExists("mailslog");
 }
Exemplo n.º 2
0
 public AdminAggregateRoot(ATDbEntities ade, AdminCommands adminCommands, WebContextService contextService)
 {
     _ade            = ade;
     _adminCommands  = adminCommands;
     _contextService = contextService;
 }