Exemplo n.º 1
0
 public void ConvertTo(WayOfRepresentationView wayOfRepresentationView, WayOfRepresentation wayOfRepresentation)
 {
     wayOfRepresentation.Name = wayOfRepresentationView.Name;
 }
Exemplo n.º 2
0
 public void ConvertFrom(WayOfRepresentation wayOfRepresentation, WayOfRepresentationView wayOfRepresentationView)
 {
     wayOfRepresentationView.WayOfRepresentationPK = wayOfRepresentation.WayOfRepresentationPK;
     wayOfRepresentationView.Name    = wayOfRepresentation.Name;
     wayOfRepresentationView.Deleted = wayOfRepresentation.Deleted;
 }