コード例 #1
0
 public EmployeeCreatedHandler(IGsBus bus)
 {
     _bus = bus;
 }
コード例 #2
0
 public CommandAHandler(IGsBus bus)
 {
     _bus = bus;
 }