Ejemplo n.º 1
0
 public static decimal BALGetDistanceFare(string from, string to)
 {
     return(WayBillRepository.DALGetDistanceFare(from, to));
 }