GetActionConfigurationQuery.cs 153 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 namespace Rcs.Application.MessageBus.Commands; public class GetActionConfigurationQuery : MessageBase { public Guid ActionConfigId { get; set; } }