Exemplo n.º 1
0
 public override int GetHashCode() => Repository.GetHashCode();
Exemplo n.º 2
0
 public RepositoryView(Repository repository)
 {
     Repository     = repository ?? throw new ArgumentNullException(nameof(repository));
     UpdateStampUtc = DateTime.UtcNow;
 }