Пример #1
0
 public void Remove(CustomerVehicleCBE value)
 {
     List.Remove(value);
 }
Пример #2
0
 public int IndexOf(CustomerVehicleCBE value)
 {
     return(List.IndexOf(value));
 }
Пример #3
0
 public void Insert(int index, CustomerVehicleCBE value)
 {
     List.Insert(index, value);
 }
Пример #4
0
 public int Add(CustomerVehicleCBE value)
 {
     return(List.Add(value));
 }
Пример #5
0
 public static VaaaN.MLFF.Libraries.CommonLibrary.CBE.CustomerVehicleCBE GetUserById(VaaaN.MLFF.Libraries.CommonLibrary.CBE.CustomerVehicleCBE vehicle)
 {
     return(VaaaN.MLFF.Libraries.CommonLibrary.DAL.CustomerVehicleDAL.GetUserById(vehicle));
 }
Пример #6
0
 public static Decimal UpdateVehiclebalance(VaaaN.MLFF.Libraries.CommonLibrary.CBE.CustomerVehicleCBE vehicle, Decimal Amount)
 {
     return(VaaaN.MLFF.Libraries.CommonLibrary.DAL.CustomerVehicleDAL.UpdateVehiclebalance(vehicle, Amount));
 }
Пример #7
0
 public static void Update(VaaaN.MLFF.Libraries.CommonLibrary.CBE.CustomerVehicleCBE vehicle)
 {
     VaaaN.MLFF.Libraries.CommonLibrary.DAL.CustomerVehicleDAL.Update(vehicle);
 }
Пример #8
0
 public static int Insert(VaaaN.MLFF.Libraries.CommonLibrary.CBE.CustomerVehicleCBE vehicle)
 {
     return(VaaaN.MLFF.Libraries.CommonLibrary.DAL.CustomerVehicleDAL.Insert(vehicle));
 }