コード例 #1
0
 public List <TripCElist> GetTripEarningsList(string MobileNo)
 {
     return(driverDAL.GetDailyTripEarningsList(MobileNo));
 }