public ValidatorController(IMapper mapper, IYaziService yaziService, ITagService tagService, IAppUserService appUserService) { _mapper = mapper; _yaziService = yaziService; _tagService = tagService; _appUserService = appUserService; }
public WriterController( IAppUserService appUserService, IYaziService yaziService, IYaziKategoriService yaziKategoriService, IYaziYorumService yaziYorumService, IKategoriService kategoriService, ITagService tagService, UserManager <AppUser> userManager, SignInManager <AppUser> signInManager, IWebHostEnvironment webHostEnvironment, IHttpContextAccessor contextAccessor, IMapper mapper) { _appUserService = appUserService; _yaziKategoriService = yaziKategoriService; _yaziYorumService = yaziYorumService; _contextAccessor = contextAccessor; _webHostEnvironment = webHostEnvironment; kaydetHelp = new KaydetHelp(webHostEnvironment); _signInManager = signInManager; _userManager = userManager; _mapper = mapper; _yaziService = yaziService; _tagService = tagService; _kategoriService = kategoriService; }
public YaziController(IYaziService yaziService, IKategoriService kategoriService, IYorumService yorumService, IMapper mapper, IBegeniService begeniService) { _yaziService = yaziService; _kategoriService = kategoriService; _yorumService = yorumService; _begeniService = begeniService; _mapper = mapper; }
public HomeController(SignInManager <AppUser> signInManager, UserManager <AppUser> userManager, RoleManager <AppRole> roleManager, IMapper mapper, IYaziService yaziService, ITagService tagService, IAppUserService appUserService) { _signInManager = signInManager; _userManager = userManager; _roleManager = roleManager; _mapper = mapper; _yaziService = yaziService; _tagService = tagService; _appUserService = appUserService; }
public AdminController(IGenericService <AppRole> genericServiceR, IApplicationUserRoleService applicationUserRoleService, IAppRoleService appRoleService, UserManager <AppUser> userManager, RoleManager <AppRole> roleManager, IMapper mapper, IYaziService yaziService, ITagService tagService, IAppUserService appUserService, IGenericService <Yazi> genericService) { _genericServiceR = genericServiceR; _applicationUserRoleService = applicationUserRoleService; _userManager = userManager; _roleManager = roleManager; _appRoleService = appRoleService; _genericService = genericService; _mapper = mapper; _yaziService = yaziService; _tagService = tagService; _appUserService = appUserService; }
public KategoriController(IKategoriService kategoriService, IYaziService yaziService) { _yaziService = yaziService; _kategoriService = kategoriService; }
public YaziController(IYaziService yaziService, IYorumService yorumService) { _yaziService = yaziService; _yorumService = yorumService; }
public YaziController() { yaziServis = InstanceFactory.GetInstance <IYaziService>(); }
public Yazilarim() { yaziServis = InstanceFactory.GetInstance <IYaziService>(); }
public HomeController(IYaziService yaziService) { _yaziService = yaziService; }
public YaziController(IYaziService yaziService, IMapper mapper) { _mapper = mapper; _yaziService = yaziService; }
public GuncelYazilar() { yaziServis = InstanceFactory.GetInstance <IYaziService>(); }
public YazarController() { hesapHareketServis = InstanceFactory.GetInstance <IHesapHareketleriService>(); yazarServis = InstanceFactory.GetInstance <IYazarService>(); yaziServis = InstanceFactory.GetInstance <IYaziService>(); }