Exemplo n.º 1
0
 public PropertyDto(DigitalArchitecture.Models.Property entity)
 {
     Id           = entity.Id;
     Name         = entity.Name;
     Key          = entity.Key;
     Value        = entity.Value;
     BaseUri      = entity.BaseUri;
     Uri          = entity.Uri;
     HtmlBody     = entity.HtmlBody;
     PropertyType = entity.PropertyType;
 }
Exemplo n.º 2
0
 public PropertyAddOrUpdateResponseDto(DigitalArchitecture.Models.Property entity)
     : base(entity)
 {
 }