Exemple #1
0
 public IsEmriController(IGorevService gorevService, UserManager <AppUser> userManager, IRaporService raporService, IBildirimService bildirimService, IMapper mapper) : base(userManager)
 {
     _mapper          = mapper;
     _bildirimService = bildirimService;
     _raporService    = raporService;
     _gorevService    = gorevService;
 }
 public IsEmriController(IAppUserService appUserService, IGorevService gorevService, UserManager <AppUser> userManager, IDosyaService dosyaService)
 {
     _appUserService = appUserService;
     _gorevService   = gorevService;
     _userManager    = userManager;
     _dosyaService   = dosyaService;
 }
 public HomeController(IGorevService gorevService, UserManager <AppUser> userManager, SignInManager <AppUser> signInManager, ICustomLogger customLogger)
 {
     _signInManager = signInManager;
     _userManager   = userManager;
     _gorevService  = gorevService;
     _customLogger  = customLogger;
 }
Exemple #4
0
 public HomeController(IGorevService gorevService, IBildirimService bildirimService, UserManager <AppUser> userManager, IRaporService raporService)
 {
     _gorevService    = gorevService;
     _bildirimService = bildirimService;
     _userManager     = userManager;
     _raporService    = raporService;
 }
 public IsEmriController(IAppUserService appUserService, IGorevService gorevService, UserManager <AppUser> userManager, IDosyaService dosyaService, IMapper mapper) : base(userManager)
 {
     _appUserService = appUserService;
     _gorevService   = gorevService;
     _dosyaService   = dosyaService;
     _mapper         = mapper;
 }
 public IsEmriController(IGorevService gorevService, UserManager <AppUser> userManager, IRaporService raporService, IMapper mapper)
 {
     _gorevService = gorevService;
     _userManager  = userManager;
     _raporService = raporService;
     _mapper       = mapper;
 }
Exemple #7
0
 public HomeController(IRaporService raporService, UserManager <AppUser> userManager, IGorevService gorevService,
                       IBildirimService bildirimService) : base(userManager)
 {
     _bildirimService = bildirimService;
     _gorevService    = gorevService;
     _raporService    = raporService;
 }
Exemple #8
0
 public GorevController(IGorevService gorevService, IAciliyetService aciliyetService, IUrunService urunService, IMapper mapper)
 {
     _mapper          = mapper;
     _gorevService    = gorevService;
     _aciliyetService = aciliyetService;
     _urunService     = urunService;
 }
 public IsEmriController(IMapper mapper, IAppUserService appUserService, IBildirimService bildirimService, IGorevService gorevService, UserManager <AppUser> userManager, IDosyaService dosyaServices) : base(userManager)
 {
     _appUserService  = appUserService;
     _gorevService    = gorevService;
     _dosyaServices   = dosyaServices;
     _bildirimService = bildirimService;
     _mapper          = mapper;
 }
Exemple #10
0
 public GorevController(IGorevService gorevService, IAciliyetService aciliyetService)
 {
     _gorevService    = gorevService;
     _aciliyetService = aciliyetService;
 }
Exemple #11
0
 public IsEmriController(IAppUserService appUserService, IGorevService gorevService, UserManager <AppUser> userManager)
 {
     _appUserService = appUserService;
     _gorevService   = gorevService;
     _userManager    = userManager;
 }
 public GorevController(IGorevService gorevService, IAciliyetService aciliyetService, IMapper mapper)
 {
     _gorevService    = gorevService;
     _aciliyetService = aciliyetService;
     _mapper          = mapper;
 }
 public GorevController(IGorevService gorevService, UserManager <AppUser> userManager, IMapper mapper) : base(userManager)
 {
     _mapper       = mapper;
     _gorevService = gorevService;
 }
Exemple #14
0
 public HomeController(IGorevService gorevService, UserManager <AppUser> userManager, SignInManager <AppUser> signInManager)
 {
     _userManager   = userManager;
     _gorevService  = gorevService;
     _signInManager = signInManager;
 }
 public HomeController(IGorevService gorevService)
 {
     _gorevService = gorevService;
 }
 public GorevController(IGorevService gorevService, UserManager <AppUser> userManager)
 {
     _gorevService = gorevService;
     _userManager  = userManager;
 }
 public HomeController(IRaporService raporService, UserManager <AppUser> userManager, IGorevService gorevService)
 {
     _raporService = raporService;
     _userManager  = userManager;
     _gorevService = gorevService;
 }
Exemple #18
0
 public GorevAppUserIdTagHelper(IGorevService gorevService)
 {
     _gorevservice = gorevService;
 }
Exemple #19
0
 public GorevController(IGorevService gorevservice, IMapper mapper)
 {
     this._gorevService = gorevservice;
     this._mapper       = mapper;
 }