Interface IVehicleTollRepository
Interface for vehicle toll DB functions
Namespace: Simplic.Logistics.Vehicle
Assembly: Simplic.Logistics.Vehicle.dll
Syntax
public interface IVehicleTollRepository
Methods
| Improve this Doc View SourceGet(Guid)
Gets the Toll
Declaration
Toll Get(Guid id)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | id |
Returns
Type | Description |
---|---|
Toll |
SaveToll(Toll)
Saves the toll
Declaration
void SaveToll(Toll obj)
Parameters
Type | Name | Description |
---|---|---|
Toll | obj |