コード例 #1
0
 public EmployeeService(IEmployeeImplementation employeeImplementation)
 {
     _employeeImplementation = employeeImplementation;
 }
コード例 #2
0
 public EmployeeService(IEmployeeImplementation employeeImplementation)
     : base(employeeImplementation)
 {
 }