示例#1
0
 public Veiculo GetPorPlaca(string placa)
 {
     return(dal.GetPorPlaca(placa));
 }