Ejemplo n.º 1
0
 public SymbolService(SymbolDbContext dbContext, IAuthorizationService authorizationService)
 {
     _dbContext            = dbContext;
     _authorizationService = authorizationService;
 }
Ejemplo n.º 2
0
 public BatchService(string targetFolder)
 {
     _targetFolder = targetFolder;
     _dbContext    = new SymbolDbContext();
 }