public FileManagerService(ICQuerDbContext dbContext, IHttpWebClientProxy httpWebClientProxy, IMapper mapper, string filestorePath) { _dbContext = dbContext; _httpWebClientProxy = httpWebClientProxy; _mapper = mapper; BASE_FILESTORE_PATH = filestorePath; }
public AccountService(ICQuerDbContext dbContext, IMapper mapper) { _dbContext = dbContext; _mapper = mapper; }
public TicketService(ICQuerDbContext dbContext, IMapper mapper) { _dbContext = dbContext; _mapper = mapper; }