Exemplo n.º 1
0
 public static IList <Vehicle> FindByBrand(string brand)
 {
     return(VehicleDAL.FindByBrand(brand));
 }