public EmployeeLoginMappingRepository()
 {
     postgresSqlProcessor = new PostgresSqlProcessor();
 }
Ejemplo n.º 2
0
 public EmployeeRepository()
 {
     postgresSqlProcessor = new PostgresSqlProcessor();
 }