public RazorLocation(RazorLocation doc) { this.Location = doc.Location; this.Content = doc.Content; this.LastModified = doc.LastModified; this.LastRequested = doc.LastRequested; }
public RazorLocationDocument(RazorLocation model) : base(model) { Id = GuidGenerator.CreateGuid(model.Location).ToString(); }