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