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