示例#1
0
 public EventController(EmployeeRepository emploRepo)
 {
     this.employeeRepository = emploRepo;
 }