public EmployeeLoginMappingRepository()
 {
     postgresSqlProcessor = new PostgresSqlProcessor();
 }
Example #2
0
 public EmployeeRepository()
 {
     postgresSqlProcessor = new PostgresSqlProcessor();
 }