public EmployeeRepository()
 {
     SqlHandler = new BaseSqlHandler();
 }
Example #2
0
 public AccountRepsitory()
 {
     SqlHandler = new BaseSqlHandler();
 }