Interface IRegistrationPlateRepository
Represents the interface of the vehicle licence plate repository.
Namespace: Simplic.PlugIn.Logistics
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public interface IRegistrationPlateRepository
Methods
| Improve this Doc View SourceCheckPlate(RegistrationPlate)
Checks if a registration plate with a given identifier already exists in the database.
Declaration
bool CheckPlate(RegistrationPlate obj)
Parameters
Type | Name | Description |
---|---|---|
RegistrationPlate | obj |
Returns
Type | Description |
---|---|
System.Boolean | True if the plate is correct, false otherwise. |