heartbeatservice / HeartbeatServiceSolution

0 stars 2 forks source link

Ins -Search on Add New Insurance page is not working #13

Closed naveed84n closed 9 years ago

naveed84n commented 9 years ago

If you goto Administration and Insurance Page and try to do a search it does not work.

amirsaleem commented 9 years ago

Same thing with the search of Insurane, would user know the insurance ID , there is only single method that is going to search with insurance ID. What should be the parameters for search?

public Insurance GetInsurance(int insuranceId) { return repository.GetInsurance(insuranceId);

    }
Raheelsid commented 9 years ago

Search on insurance page is now working ..no issue