Skip to content

Conversation

@SimonSoftwareSolution
Copy link
Collaborator

No description provided.

Copy link
Owner

@modmoto modmoto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wo kommt das bei dir dann an? Zeigs mir mal später

public class GuidIdentity : Identity
{
private GuidIdentity(string id)
public GuidIdentity(string id)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eher nicht ;) versuchs mal ohne. Am besten ein DTO oder sowas

public abstract class Identity : IEquatable<Identity>
{

public Identity()
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

auch eher nicht

public class StringIdentity : Identity
{
private StringIdentity(string id)
public StringIdentity(string id)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants