Esempio n. 1
0
 public WeChatController(IWXService wxService, MyDbContext context) : base(context)
 {
     _wxService = wxService;
 }
Esempio n. 2
0
 public TestController(IWXService authService)
 {
     _authService = authService;
 }