|
TRONIX Code Documentation
|


Public Member Functions | |
| WarrantyService (IRepository< VehicleManufacturer > vehicleManufacturersRepositorySync) | |
| Tuple< bool, bool > | GetVehicleOrgType (string make) |
| Item1: manufacturer.IsAsian, Item2:manufacturer.IsEuro Called GetVehicleOrgType and set the refs see: http://gitlab.tronixtrm.com/tronix/tronix-trm-2-0/blob/dev-my/TronixLibraries/DataAccess/Warranty.cs#L188 Item1: manufacturer.IsAsian, Item2:manufacturer.IsEuro. | |
| Tuple< bool, bool > | GetVehicleOrgType (string make) |
| Called GetVehicleOrgType and set the refs see: http://gitlab.tronixtrm.com/tronix/tronix-trm-2-0/blob/dev-my/TronixLibraries/DataAccess/Warranty.cs#L188 Item1: manufacturer.IsAsian, Item2:manufacturer.IsEuro. | |
| Tronix.Business.Services.WarrantyService.WarrantyService | ( | IRepository< VehicleManufacturer > | vehicleManufacturersRepositorySync | ) |
| Tuple< bool, bool > Tronix.Business.Services.WarrantyService.GetVehicleOrgType | ( | string | make | ) |
Item1: manufacturer.IsAsian, Item2:manufacturer.IsEuro Called GetVehicleOrgType and set the refs see: http://gitlab.tronixtrm.com/tronix/tronix-trm-2-0/blob/dev-my/TronixLibraries/DataAccess/Warranty.cs#L188 Item1: manufacturer.IsAsian, Item2:manufacturer.IsEuro.
| make |
Implements Tronix.Business.Services.Interfaces.IWarrantyService.