Example #1
0
 public TransportationView(Transportation Transportation)
     : base(Transportation.RID)
 {
     this.TransportSelf = Transportation.TransportSelf;
 }
Example #2
0
 public TransportationInput( Transportation model )
 {
     this.TransportSelf = model.TransportSelf;
 }