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