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