public PathController(RoomService roomService, EntityService entityService, NgonbLibraryService ngonbLibraryService) { _roomService = roomService; _entityService = entityService; _ngonbLibraryService = ngonbLibraryService; }
public BookController(NgonbLibraryService ngonbLibraryService) { _ngonbLibraryService = ngonbLibraryService; }