예제 #1
0
 public InvalidIdException(AggregateId id) : base(
         $"Aggregate id {id.GetType().Name} cannot have an empty value"
         )
 {
 }
예제 #2
0
 public InvalidIdException(AggregateId id) : this(id.GetType())
 {
 }