Exemplo n.º 1
0
 public DriverPaymentDTO()
 {
     Driver = new DriverDTO();
 }
Exemplo n.º 2
0
 public DriverViewModel()
 {
     Driver = new DriverDTO();
 }