public AddModel(ITuristPlaceCategoryServise turistPlaceCategoryServise,
                 ITuristPlaceService turistPlaceService,
                 ICategoryServise categoryServise)
 {
     this.turistPlaceCategoryServise = turistPlaceCategoryServise;
     this.turistPlaceService         = turistPlaceService;
     this.categoryServise            = categoryServise;
 }
Beispiel #2
0
 public ShowAllModel(ITuristPlaceCategoryServise turistPlaceCategoryServise)
 {
     this.turistPlaceCategoryServise = turistPlaceCategoryServise;
 }
Beispiel #3
0
 public DeleteModel(ITuristPlaceCategoryServise turistPlaceCategoryServise)
 {
     this.turistPlaceCategoryServise = turistPlaceCategoryServise;
 }
Beispiel #4
0
 public TuristPlaceCategoryController(ITuristPlaceCategoryServise TuristPlaceCategoryServise)
 {
     this.TuristPlaceCategoryServise = TuristPlaceCategoryServise;
 }