Exemplo n.º 1
0
 public TransformHelpers(
     GTiHubContext _dbContext,
     ILogger <TransformHelpers> _logger,
     IHostingEnvironment _hostingEnvironment)
 {
     this._dbContext          = _dbContext;
     this._logger             = _logger;
     this._hostingEnvironment = _hostingEnvironment;
 }
Exemplo n.º 2
0
 public UsersController(GTiHubContext _dbContext)
 {
     this._dbContext = _dbContext;
 }
Exemplo n.º 3
0
 public ClientsController(GTiHubContext _dbContext)
 {
     this._dbContext = _dbContext;
 }
Exemplo n.º 4
0
 public ConditionsController(GTiHubContext _dbContext)
 {
     this._dbContext = _dbContext;
 }
Exemplo n.º 5
0
 public MapsController(GTiHubContext _dbContext)
 {
     this._dbContext = _dbContext;
 }
Exemplo n.º 6
0
 public SourcesController(GTiHubContext _dbContext)
 {
     this._dbContext = _dbContext;
 }
Exemplo n.º 7
0
 public TargetsController(GTiHubContext _dbContext)
 {
     this._dbContext = _dbContext;
 }
Exemplo n.º 8
0
 public ProjectsController(GTiHubContext _dbContext)
 {
     this._dbContext = _dbContext;
 }