public CompanyRepository()
 {
     SqlHandler = new BaseSqlHandler();
 }
Beispiel #2
0
 public TransactionRepository()
 {
     SqlHandler = new BaseSqlHandler();
 }
 public AddressRepository()
 {
     SqlHandler = new BaseSqlHandler();
 }