示例#1
0
 public DriverPaymentDTO()
 {
     Driver = new DriverDTO();
 }
示例#2
0
 public DriverViewModel()
 {
     Driver = new DriverDTO();
 }