3 lines
109 B
C#
3 lines
109 B
C#
namespace JSMR.Domain.ValueObjects;
|
|
|
|
public sealed record VoiceWorkSeries(string Identifier, string Name); |