Table of Contents

Interface IMenuService

Namespace
JJConsulting.Infinity.Domain.Contracts
Assembly
JJConsulting.Infinity.Domain.dll

Interface for managing menu operations. Provides methods to synchronize menu configurations.

public interface IMenuService

Methods

SynchronizeMenuAsync(MenuConfiguration)

Synchronizes the menu configuration asynchronously.

Task<InfinityResult> SynchronizeMenuAsync(MenuConfiguration configuration)

Parameters

configuration MenuConfiguration

The menu configuration to be synchronized.

Returns

Task<InfinityResult>

An JJConsulting.Infinity.Domain.Results.InfinityResult indicating the result of the synchronization operation.