package types // IServProcess -- интерфейс сервиса процессинга type IServProcess interface { MakeHotelRoomOrder(order IHotelRoomOrder) error }