Exemplo n.º 1
0
        public AccountController(IConfiguration configuration, ILogger <AccountController> logger, IZohoApis zohoApis)
        {
            _logger = logger;

            Configuration = configuration;
            this.zohoApis = zohoApis;
        }
Exemplo n.º 2
0
 public HomeController(IConfiguration configuration, IZohoApis zohoApis)
 {
     Configuration = configuration;
     this.zohoApis = zohoApis;
 }