Пример #1
0
 public void GetInscustomersRowByFileNo(string fileno)
 {
     dr = new InsuranceCustDetails().GetInscustomersRowByFileNo(fileno);
 }
Пример #2
0
 public void GetInscustomersRowByPolicyNo(string policyno)
 {
     dr = new InsuranceCustDetails().GetInscustomersRowByPolicyNo(policyno);
 }