コード例 #1
0
 public SymbolService(SymbolDbContext dbContext, IAuthorizationService authorizationService)
 {
     _dbContext            = dbContext;
     _authorizationService = authorizationService;
 }
コード例 #2
0
 public BatchService(string targetFolder)
 {
     _targetFolder = targetFolder;
     _dbContext    = new SymbolDbContext();
 }