コード例 #1
0
 public System.Threading.Tasks.Task <bool> validateRentPeriodAsync(string plate, System.DateTime presentStartDate, System.DateTime presentEndDate, string condition, RentalCarWeb.ListCarsServiceReference.Reservation reservation)
 {
     return(base.Channel.validateRentPeriodAsync(plate, presentStartDate, presentEndDate, condition, reservation));
 }
コード例 #2
0
 public bool validateRentPeriod(string plate, System.DateTime presentStartDate, System.DateTime presentEndDate, string condition, RentalCarWeb.ListCarsServiceReference.Reservation reservation)
 {
     return(base.Channel.validateRentPeriod(plate, presentStartDate, presentEndDate, condition, reservation));
 }