Inheritance: AbstractConnection
Exemple #1
0
 public NptPatientDao(AbstractConnection cxn)
 {
     _myCxn = (NptConnection)cxn;
 }
 public NptClaimsDao(AbstractConnection cxn)
 {
     myCxn = (NptConnection)cxn;
 }
Exemple #3
0
 public NptClaimsDao(AbstractConnection cxn)
 {
     myCxn = (NptConnection)cxn;
 }
Exemple #4
0
 public NptPatientDao(AbstractConnection cxn)
 {
     _myCxn = (NptConnection)cxn;
 }