Ejemplo n.º 1
0
 public WeChatController(IWeChatEventLogAppService eventLogService)
 {
     _eventLogService = eventLogService;
 }
Ejemplo n.º 2
0
 public EventLogsController(IWeChatEventLogAppService eventLogsAppService)
 {
     _eventLogsAppService = eventLogsAppService;
 }