AppEvents.EventStore.EventStore C# (CSharp) Method

EventStore() public method

public EventStore ( ) : System
return System
        public EventStore()
        {
            UserEvents = new UserEventList();
            UserRules = new List<UserRule>();
        }