コード例 #1
0
 public CustomerTestBuilder WithId(Guid id)
 {
     _customerBuilder.WithId(id);
     return(this);
 }