Esempio n. 1
0
 public ValuesController()
 {
     _coCooperationApplicationService        = ServiceFactory.CoCooperationApplicationService;
     _coSettlementChannelCostService         = ServiceFactory.CoSettlementChannelCostService;
     _coSettlementDeveloperOverviewService   = ServiceFactory.CoSettlementDeveloperOverviewService;
     _coSettlementDeveloperAppDetailsService = ServiceFactory.CoSettlementDeveloperAppDetailsService;
 }
Esempio n. 2
0
 public ValuesController()
 {
     _coCooperationApplicationService = ServiceFactory.CoCooperationApplicationService;
     _agentService = ServiceFactory.CoAgentService;
 }
Esempio n. 3
0
 public AgentController()
 {
     _coCooperationApplicationService = ServiceFactory.CoCooperationApplicationService;
     _coAgentService = ServiceFactory.CoAgentService;
 }