Exemplo n.º 1
0
 public MasterDetails GetMasterDetails()
 {
     _masterDetails = _masterDataService.GetMasterDetailsForVehicles();
     return(_masterDetails);
 }