public static decimal BALGetDistanceFare(string from, string to) { return(WayBillRepository.DALGetDistanceFare(from, to)); }