Пример #1
0
 public WeiXinAppAppService(
     IWeiXinAppManager weixinappmanager
     )
 {
     _WeiXinAppManager = weixinappmanager;
 }
 public UbpNavigationProvider(IReportCategoryManager reportCategoryManager,
                              IWeiXinAppManager weiXinAppManager)
 {
     _reportCategoryManager = reportCategoryManager;
     _weiXinAppManager      = weiXinAppManager;
 }