commit version
This commit is contained in:
parent
cdb9a26d2c
commit
55e407d951
15 changed files with 614 additions and 41 deletions
|
|
@ -1,17 +1,10 @@
|
|||
using Microsoft.AspNetCore.Hosting;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Microsoft.Extensions.Options;
|
||||
using isnd.Entities;
|
||||
using isnd.Data;
|
||||
using System.Linq;
|
||||
using isnd.ViewModels;
|
||||
using Unleash.ClientFactory;
|
||||
using Unleash;
|
||||
using isnd.Entities;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using isnd.Helpers;
|
||||
|
||||
namespace isnd.Controllers
|
||||
{
|
||||
|
|
@ -30,7 +23,6 @@ namespace isnd.Controllers
|
|||
_logger = logger;
|
||||
_dbContext = dbContext;
|
||||
_unleashĈlient = unleashĈlient;
|
||||
// _unleashĈlient = env.CreateUnleahClient(unleashClientSettings.Value);
|
||||
}
|
||||
|
||||
public IActionResult Index()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue