예제 #1
0
 public CreateModalModel(IWeChatAppAppService appService)
 {
     _appService = appService;
 }
예제 #2
0
 public EditModalModel(IWeChatAppAppService appService)
 {
     _appService = appService;
 }
예제 #3
0
 public WeChatAppController(IWeChatAppAppService appService)
 {
     _appService = appService;
 }
 public WeChatAppAppServiceTests()
 {
     _weChatAppAppService = GetRequiredService <IWeChatAppAppService>();
 }