コード例 #1
0
 public UpdateEmployee(IEmployeeCrudService EmployeeCrudService)
 {
     _IEmployeeCrudService = EmployeeCrudService;
 }
コード例 #2
0
 public ReadEmployee(IEmployeeCrudService EmployeeCrudService)
 {
     _IEmployeeCrudService = EmployeeCrudService;
 }
コード例 #3
0
 public CreateEmployee(IEmployeeCrudService EmployeeCrudService)
 {
     _IEmployeeCrudService = EmployeeCrudService;
 }
コード例 #4
0
 public DeleteEmployee(IEmployeeCrudService EmployeeCrudServices)
 {
     ;
     _IEmployeeCrudService = EmployeeCrudServices;
 }