Interface ITachographCompanyCardProvider
- Namespace
- Geotab.Checkmate.ObjectModel.EntitySettings
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Interface used to retrieve an TachographCompanyCard instance from an object that implement this.
public interface ITachographCompanyCardProvider
Properties
TachographCompanyCard
Gets the TachographCompanyCard.
TachographCompanyCard? TachographCompanyCard { get; }