示例#1
0
 public EmployeeCreatedHandler(IGsBus bus)
 {
     _bus = bus;
 }
 public CommandAHandler(IGsBus bus)
 {
     _bus = bus;
 }