public void CreateProject(ProjectName name, NationalSocietyId nationalSocietyId, UserId dataOwnerId, int surveillanceContext) { Apply(new ProjectCreated(EventSourceId, name, nationalSocietyId, dataOwnerId, (int)surveillanceContext)); }
public void CreateUser(string fullName, string displayName, string country, NationalSocietyId nationalSocietyId) { Apply(new UserCreated(EventSourceId, fullName, displayName, country, nationalSocietyId)); }