You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor: move message handlers to Messages namespace (#637)
Reorganized MediatR command handlers related to message token generation and notifications into the new Grand.Business.Messages.Commands.Handlers namespaces. Also moved common handlers (ClearMostViewed, GetSitemapXml) to Grand.Business.Messages.Commands.Handlers.Common. Updated using statements and project references accordingly. Improved test assertions in CustomerTagServiceTests for clarity. No functional changes to handler logic.
Copy file name to clipboardExpand all lines: src/Business/Grand.Business.Messages/Commands/Handlers/Messages/GetAttributeCombinationTokensCommandHandler.cs
Copy file name to clipboardExpand all lines: src/Business/Grand.Business.Messages/Commands/Handlers/Messages/GetMerchandiseReturnTokensCommandHandler.cs
0 commit comments