Interface IMenuService
- Assembly
- JJConsulting.Infinity.Domain.dll
Interface for managing menu operations. Provides methods to synchronize menu configurations.
public interface IMenuServiceMethods
SynchronizeMenuAsync(MenuConfiguration)
Synchronizes the menu configuration asynchronously.
Task<InfinityResult> SynchronizeMenuAsync(MenuConfiguration configuration)Parameters
configurationMenuConfiguration-
The menu configuration to be synchronized.
Returns
- Task<InfinityResult>
-
An JJConsulting.Infinity.Domain.Results.InfinityResult indicating the result of the synchronization operation.