nuget links
This commit is contained in:
parent
0e194f079e
commit
dd85c7f741
2 changed files with 2 additions and 8 deletions
|
|
@ -17,5 +17,6 @@ namespace isnd.Entities
|
||||||
public const string AutoComplete = "autocomplete";
|
public const string AutoComplete = "autocomplete";
|
||||||
public const string CatalogLeaf = "catalog-leaf";
|
public const string CatalogLeaf = "catalog-leaf";
|
||||||
public const string Delete = "delete";
|
public const string Delete = "delete";
|
||||||
|
public const string Registration = "registration";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1,13 +1,6 @@
|
||||||
using System.Data.Common;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using isnd.Services;
|
|
||||||
using isnd.Entities;
|
using isnd.Entities;
|
||||||
using Microsoft.AspNetCore.Mvc;
|
using Microsoft.AspNetCore.Mvc;
|
||||||
using System.Collections.Generic;
|
|
||||||
using NuGet.Versioning;
|
|
||||||
using isnd.Data.Packages.Catalog;
|
|
||||||
using isnd.Data.Catalog;
|
|
||||||
using Isn.Abstract;
|
using Isn.Abstract;
|
||||||
|
|
||||||
namespace isnd.Controllers
|
namespace isnd.Controllers
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue