Example #1
0
 public bool Add(Vehicle t)
 {
     try
     {
         return(dal.AddVehicle(t));
     }
     catch (Exception exception)
     {
         throw exception;
     }
 }