Exemplo n.º 1
0
 public FileManagerService(ICQuerDbContext dbContext, IHttpWebClientProxy httpWebClientProxy,
                           IMapper mapper, string filestorePath)
 {
     _dbContext          = dbContext;
     _httpWebClientProxy = httpWebClientProxy;
     _mapper             = mapper;
     BASE_FILESTORE_PATH = filestorePath;
 }
Exemplo n.º 2
0
 public AccountService(ICQuerDbContext dbContext, IMapper mapper)
 {
     _dbContext = dbContext;
     _mapper    = mapper;
 }
Exemplo n.º 3
0
 public TicketService(ICQuerDbContext dbContext, IMapper mapper)
 {
     _dbContext = dbContext;
     _mapper    = mapper;
 }