Example #1
0
 public Trip CustomerCurrentTrip(string mobileNo)
 {
     return(tripDAL.CustomerCurrentTrip(mobileNo));
 }