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