コード例 #1
0
ファイル: ArtigoController.cs プロジェクト: haipk/app_pc
 public ArtigoController(INotificationHandler <DomainNotification> notifications,
                         IMediatorHandler mediator,
                         IArtigoAppService artigoAppService) : base(notifications, mediator)
 {
     _artigoAppService = artigoAppService;
 }