示例#1
0
 public Contributor_Author(Contributor contributor, Author auth, AuthorRoleEnum role)
 {
     Contributor = contributor;
     Author      = auth;
     AuthorRole  = role;
 }
示例#2
0
 public Contributor_Author(int authId, AuthorRoleEnum role)
 {
     AuthorId   = authId;
     AuthorRole = role;
 }