Ejemplo n.º 1
0
 public static List <Vehicle> FindByYear(this IVehicleInventory source, int year)
 {
     return(source.List().FindByYear(year));
 }
Ejemplo n.º 2
0
 public static List <Vehicle> FindByMake(this IVehicleInventory source, VehicleMake make)
 {
     return(source.List().FindByMake(make));
 }