Example #1
0
 public AccountsController(IAgentAppService agentAppService)
 {
     _agentAppService = agentAppService;
 }
Example #2
0
 /// <summary>
 /// AgentController
 /// </summary>
 /// <param name="agentService"></param>
 public AgentController(IAgentAppService agentService)
 {
     _agentService = agentService;
 }