Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
feat:add client private ctor (#107)
Browse files Browse the repository at this point in the history
Co-authored-by: Mayue <[email protected]>
  • Loading branch information
MayueCif and Mayue authored Jul 14, 2022
1 parent 170c0c4 commit 30277d8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ public class Client : FullAggregateRoot<int, Guid>

public bool NonEditable { get; private set; }

private Client()
{
}

public Client(ClientTypes clientType, string clientId, string clientName)
{
SetClientType(clientType);
Expand Down

0 comments on commit 30277d8

Please sign in to comment.