예제 #1
0
 public Author()
 {
     Tags     = new HashSet <int>();
     Metadata = new AuthorMetadata();
 }
예제 #2
0
 public bool Upsert(AuthorMetadata author)
 {
     return(_authorMetadataRepository.UpsertMany(new List <AuthorMetadata> {
         author
     }));
 }