コード例 #1
0
 public AracModelController(IAracModellerService aracModellerService, IAraclarService araclarService, IHttpContextAccessor httpContextAccessor)
 {
     _aracModellerService = aracModellerService;
     _araclarService      = araclarService;
     _httpContextAccessor = httpContextAccessor;
     _userJWTInfo         = new UserJWTInfo(_httpContextAccessor);
 }
コード例 #2
0
 public FirmaController(IFirmalarService firmalarService, IKullaniciYetkilerService kullaniciYetkilerService, IHttpContextAccessor httpContextAccessor)
 {
     _firmalarService          = firmalarService;
     _kullaniciYetkilerService = kullaniciYetkilerService;
     _httpContextAccessor      = httpContextAccessor;
     _userJWTInfo = new UserJWTInfo(_httpContextAccessor);
 }
コード例 #3
0
 public TokenController(IFirmalarService firmaService, IConfiguration configuration, IHttpContextAccessor httpContextAccessor)
 {
     _firmaService        = firmaService;
     Configuration        = configuration;
     _httpContextAccessor = httpContextAccessor;
     _userJWTInfo         = new UserJWTInfo(_httpContextAccessor);
 }
コード例 #4
0
 public LastikOlcumController(ILastikOlcumlerService lastikOlcumlerService, ILastikHareketlerService lastikHareketlerService, ILastiklerService lastikService, ILastikKonumlarService lastikKonumlarService, IAraclarService araclarService, IHttpContextAccessor httpContextAccessor)
 {
     _lastikOlcumlerService   = lastikOlcumlerService;
     _lastikHareketlerService = lastikHareketlerService;
     _lastikService           = lastikService;
     _lastikKonumlarService   = lastikKonumlarService;
     _araclarService          = araclarService;
     _httpContextAccessor     = httpContextAccessor;
     _userJWTInfo             = new UserJWTInfo(_httpContextAccessor);
 }
コード例 #5
0
 public AracController(IAraclarService araclarService, IFirmalarService firmalarService, IKullaniciYetkilerService kullaniciYetkilerService,
                       IAracMarkalarService aracMarkalarService,
                       IAracModellerService aracModellerService,
                       IAracKategorilerService aracKategorilerService,
                       IHttpContextAccessor httpContextAccessor)
 {
     _araclarService           = araclarService;
     _aracMarkalarService      = aracMarkalarService;
     _aracModellerService      = aracModellerService;
     _aracKategorilerService   = aracKategorilerService;
     _firmalarService          = firmalarService;
     _kullaniciYetkilerService = kullaniciYetkilerService;
     _httpContextAccessor      = httpContextAccessor;
     _userJWTInfo = new UserJWTInfo(_httpContextAccessor);
 }
コード例 #6
0
 public AracBakimController(IAracBakimlarService aracBakimlarService, IAracBakimHareketlerService aracBakimHareketlerService, IAraclarService araclarService, IKullaniciYetkilerService kullaniciYetkilerService,
                            IFirmalarService firmalarService,
                            IAksPozisyonService aksPozisyonService,
                            ILastiklerService lastiklerService, ILastikHareketlerService lastikHareketlerService, ILastikKonumlarService lastikKonumlarService, IHttpContextAccessor httpContextAccessor)
 {
     _aracBakimlarService        = aracBakimlarService;
     _aracBakimHareketlerService = aracBakimHareketlerService;
     _araclarService             = araclarService;
     _aksPozisyonService         = aksPozisyonService;
     _lastiklerService           = lastiklerService;
     _lastikHareketlerService    = lastikHareketlerService;
     _lastikKonumlarService      = lastikKonumlarService;
     _kullaniciYetkilerService   = kullaniciYetkilerService;
     _firmalarService            = firmalarService;
     _httpContextAccessor        = httpContextAccessor;
     _userJWTInfo = new UserJWTInfo(_httpContextAccessor);
 }
コード例 #7
0
 public YukIndeksController(IYukIndekslerService yukIndekslerService, IHttpContextAccessor httpContextAccessor)
 {
     _yukIndekslerService = yukIndekslerService;
     _httpContextAccessor = httpContextAccessor;
     _userJWTInfo         = new UserJWTInfo(_httpContextAccessor);
 }
コード例 #8
0
 public AracKategoriController(IAracKategorilerService aracKategorilerService, IHttpContextAccessor httpContextAccessor)
 {
     _aracKategorilerService = aracKategorilerService;
     _httpContextAccessor    = httpContextAccessor;
     _userJWTInfo            = new UserJWTInfo(_httpContextAccessor);
 }
コード例 #9
0
 public LastikMarkaDesenController(ILastikMarkaDesenlerService lastikMarkaDesenlerService, IHttpContextAccessor httpContextAccessor)
 {
     _lastikMarkaDesenlerService = lastikMarkaDesenlerService;
     _httpContextAccessor        = httpContextAccessor;
     _userJWTInfo = new UserJWTInfo(_httpContextAccessor);
 }
コード例 #10
0
 public EbatController(IEbatlarService ebatlarService, IHttpContextAccessor httpContextAccessor)
 {
     _ebatlarService      = ebatlarService;
     _httpContextAccessor = httpContextAccessor;
     _userJWTInfo         = new UserJWTInfo(_httpContextAccessor);
 }
コード例 #11
0
 public HizIndeksController(IHizIndekslerService hizIndekslerService, IHttpContextAccessor httpContextAccessor)
 {
     _hizIndekslerService = hizIndekslerService;
     _httpContextAccessor = httpContextAccessor;
     _userJWTInfo         = new UserJWTInfo(_httpContextAccessor);
 }
コード例 #12
0
 public AksPozisyonController(IAksPozisyonService aksPozisyonService, IHttpContextAccessor httpContextAccessor)
 {
     _aksPozisyonService  = aksPozisyonService;
     _httpContextAccessor = httpContextAccessor;
     _userJWTInfo         = new UserJWTInfo(_httpContextAccessor);
 }
コード例 #13
0
 public HavaFarkTanimController(IHavaFarkTanimlarService havaFarkTanimlarService, IHttpContextAccessor httpContextAccessor)
 {
     _havaFarkTanimlarService = havaFarkTanimlarService;
     _httpContextAccessor     = httpContextAccessor;
     _userJWTInfo             = new UserJWTInfo(_httpContextAccessor);
 }
コード例 #14
0
 public ParaBirimController(IParaBirimlerService paraBirimlerService, IHttpContextAccessor httpContextAccessor)
 {
     _paraBirimlerService = paraBirimlerService;
     _httpContextAccessor = httpContextAccessor;
     _userJWTInfo         = new UserJWTInfo(_httpContextAccessor);
 }