示例#1
0
 public ParticipantController(ParticipantAppService participantApp)
 {
     _participantApp = participantApp;
 }
示例#2
0
 public ParticipantController(INotificationHandler handler, IParticipantAppService appService) : base(handler)
 {
     _appService = appService;
 }