public Task <bool> SaveAsync(FareDto bookingData) { throw new NotImplementedException(); }
public Task <bool> DeleteAsync(FareDto booking) { throw new NotImplementedException(); }