Beispiel #1
0
 public string getSystemForBrand(Int32 brandid)
 {
     VehicleSystem vehicleSystem = new VehicleSystem();
     string reqdInfo = vehicleSystem.getSystemForBrand(brandid);
     return reqdInfo;
 }