示例#1
0
 public EmployeeReader(DatabaseExecutor databaseExecutor)
 {
     _databaseExecutor = databaseExecutor;
 }
示例#2
0
 public EmployeeWriter(DatabaseExecutor databaseExecutor)
 {
     _databaseExecutor = databaseExecutor;
 }
示例#3
0
 public DepartmentReader(DatabaseExecutor databaseExecutor)
 {
     _databaseExecutor = databaseExecutor;
 }
示例#4
0
 public DepartmentWriter(DatabaseExecutor databaseExecutor)
 {
     _databaseExecutor = databaseExecutor;
 }