示例#1
0
 public Project(string name)
 {
     Name = name ?? throw new ArgumentNullException(nameof(name));
     Id   = ProjectId.NewId();
 }