Click or drag to resize
VehicleDapperRepoTransfer Method
Transfers the vehicle from one agency to another

Namespace: RMP.WCF.Model.Vehicle
Assembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Transfer(
	int VehicleID,
	DateTime TransferDate,
	int AgencyID,
	string EntryBy
)

Parameters

VehicleID
Type: SystemInt32
The vehicle to transfer
TransferDate
Type: SystemDateTime
AgencyID
Type: SystemInt32
The agency to transfer the vehicle to
EntryBy
Type: SystemString
The username of the user making the transfer

Return Value

Type: Boolean
True if no errors

Implements

IVehicleRepositoryTransfer(Int32, DateTime, Int32, String)
See Also