Click or drag to resize
ParaPlan Logo

DriverDrivers Method

[Missing <summary> documentation for "M:ParaPlanREST.Models.Driver.Drivers(System.Collections.Generic.List{ParaPlan.Entities.Driver})"]

Namespace:  ParaPlanREST.Models
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<Driver> Drivers(
	List<Driver> drivers
)

Parameters

drivers
Type: System.Collections.GenericListDriver

[Missing <param name="drivers"/> documentation for "M:ParaPlanREST.Models.Driver.Drivers(System.Collections.Generic.List{ParaPlan.Entities.Driver})"]

Return Value

Type: ListDriver

[Missing <returns> documentation for "M:ParaPlanREST.Models.Driver.Drivers(System.Collections.Generic.List{ParaPlan.Entities.Driver})"]

See Also