public AddModel(ITuristPlaceCategoryServise turistPlaceCategoryServise, ITuristPlaceService turistPlaceService, ICategoryServise categoryServise) { this.turistPlaceCategoryServise = turistPlaceCategoryServise; this.turistPlaceService = turistPlaceService; this.categoryServise = categoryServise; }
public UserUpdateModel( UserManager <User> userManager, SignInManager <User> signInManager, ICountryService countryService, ICategoryServise categoryServise) { _userManager = userManager; _signInManager = signInManager; this.countryService = countryService; this.categoryServise = categoryServise; }
public SigninModel( UserManager <User> userManager, SignInManager <User> signInManager, ICountryService countryService, ICategoryServise categoryServise, ILogger <SigninModel> logger) { _userManager = userManager; _signInManager = signInManager; this.countryService = countryService; this.categoryServise = categoryServise; _logger = logger; }
public AdminpannelModel(ITuristPlaceService TuristPlaceService, ICategoryServise categoryServise, ICountryService countryService, ICityService cityService, ICommentService commentService, IRateService rateService ) { turistPlaceService = TuristPlaceService; this.categoryServise = categoryServise; this.countryService = countryService; this.cityService = cityService; this.commentService = commentService; this.rateService = rateService; }
public CategoryModel(ICategoryServise categoryServise) { this.categoryServise = categoryServise; }
public CategoryController(ICategoryServise CategoryServise) { this.CategoryServise = CategoryServise; }
public DeleteModel(ICategoryServise categoryServise) { this.categoryServise = categoryServise; }