using Prism.Events;
namespace Txgy.EWS.Client.Common.MessageEvents
{
public class BusinessConfigChangedEvent : PubSubEvent<BusinessConfig>
}