示例#1
0
 public AccountController(ILogger <AccountController> logger, IMapper mapper, ApplicationContext context,
                          IAccountBusinessService accountBusinessService) : base(logger, mapper, context)
 {
     _accountBusinessService = accountBusinessService;
 }