Пример #1
0
 public LodgingManagementForImportation(ILodgingRepository repository, ITouristSpotManagement touristSpotLogic)
 {
     lodgingRepository          = repository;
     touristSpotManagementLogic = touristSpotLogic;
 }
 public TouristSpotController(ITouristSpotManagement touristSpotLogic)
 {
     touristSpotManagement = touristSpotLogic;
 }