TRONIX Code Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Tronix.Business.Services.WarrantyService Class Reference
Inheritance diagram for Tronix.Business.Services.WarrantyService:
Inheritance graph
[legend]
Collaboration diagram for Tronix.Business.Services.WarrantyService:
Collaboration graph
[legend]

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.
 

Constructor & Destructor Documentation

◆ WarrantyService()

Tronix.Business.Services.WarrantyService.WarrantyService ( IRepository< VehicleManufacturer vehicleManufacturersRepositorySync)

Member Function Documentation

◆ GetVehicleOrgType()

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.

Parameters
make
Returns
Item1: manufacturer.IsAsian, Item2:manufacturer.IsEuro

Implements Tronix.Business.Services.Interfaces.IWarrantyService.


The documentation for this class was generated from the following file: