refatco and cleanup
This commit is contained in:
parent
94eb8e2fff
commit
4d51267dfd
66 changed files with 32 additions and 1619 deletions
|
|
@ -1,12 +1,10 @@
|
|||
using Microsoft.AspNetCore.Mvc;
|
||||
using isnd.Services;
|
||||
using isnd.Interfaces;
|
||||
using Unleash;
|
||||
using System.Linq;
|
||||
using isnd.Entities;
|
||||
using Isn.Abstract;
|
||||
|
||||
|
||||
namespace isnd.Controllers
|
||||
{
|
||||
/// <summary>
|
||||
|
|
@ -21,11 +19,10 @@ namespace isnd.Controllers
|
|||
/// Api Controller Constructor
|
||||
/// </summary>
|
||||
/// <param name="pm"></param>
|
||||
/// <param name="unleashĈlient"></param>
|
||||
public ApiController(IPackageManager pm, IUnleash unleashĈlient)
|
||||
public ApiController(IPackageManager pm)
|
||||
{
|
||||
packageManager = pm;
|
||||
resources = packageManager.GetResources(unleashĈlient).ToArray();
|
||||
resources = packageManager.GetResources().ToArray();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue