Exemplo n.º 1
0
 public ValuesController()
 {
     _coCooperationApplicationService        = ServiceFactory.CoCooperationApplicationService;
     _coSettlementChannelCostService         = ServiceFactory.CoSettlementChannelCostService;
     _coSettlementDeveloperOverviewService   = ServiceFactory.CoSettlementDeveloperOverviewService;
     _coSettlementDeveloperAppDetailsService = ServiceFactory.CoSettlementDeveloperAppDetailsService;
 }
Exemplo n.º 2
0
 public HomeController()
 {
     _CoSettlementDeveloperAppDetailsServic = ServiceFactory.CoSettlementDeveloperAppDetailsService;
     _AppCountService = ServiceFactory.AppCountService;
 }
Exemplo n.º 3
0
 public FinancialController()
 {
     _CoSettlementDeveloperOverviewService = ServiceFactory.CoSettlementDeveloperOverviewService;
     _UserService = ServiceFactory.UserService;
     _CoSettlementDeveloperAppDetailsServic = ServiceFactory.CoSettlementDeveloperAppDetailsService;
 }
Exemplo n.º 4
0
 public ReportController()
 {
     _OrderService = ServiceFactory.OrderService;
     _coSettlementDeveloperAppDetailsService = ServiceFactory.CoSettlementDeveloperAppDetailsService;
     _UserReportService = ServiceFactory.UserReportService;
 }