Example #1
0
 public int ValidateBCars(DateTime?start, string WeekMonth)
 {
     return(ob.ValidateBCars(start, WeekMonth));
 }