Exemplo n.º 1
0
 /// <remarks />
 public WorkRelation()
 {
     Direction     = string.Empty;
     Attributelist = new WorkAttributelist();
     Artist        = new WorkRelationArtist();
     Type          = string.Empty;
 }
Exemplo n.º 2
0
 /// <remarks />
 public WorkRelation()
 {
   Direction = string.Empty;
   Attributelist = new WorkAttributelist();
   Artist = new WorkRelationArtist();
   Type = string.Empty;
 }