Esempio n. 1
0
 public RefundRepository(ISQLConnectionProvider connectionProvider)
 {
     _Provider = connectionProvider;
 }
Esempio n. 2
0
 public PatientNotesRepository(string contract, ISQLConnectionProvider conProvider, IQueryImplementation implementor)
 {
     _contract   = contract;
     ConnStr     = conProvider;
     Implementor = implementor;
 }
 public OrderRepository(ISQLConnectionProvider connectionProvider)
 {
     _Provider = connectionProvider;
 }