Example #1
0
 public void Save(ProfileState profileState) => _profiles.Add(profileState.Id, profileState);
Example #2
0
 public ProfileActor(ProfileState profileState) => _state = profileState;