AppEvents.EventStore.EventStore C# (CSharp) Méthode

EventStore() public méthode

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