Get Specified Item Tags ...
This commit is contained in:
@@ -2,8 +2,10 @@ using Microsoft.EntityFrameworkCore;
|
||||
using xDataService.Configuration;
|
||||
using xDataService.Db;
|
||||
using xDataService.Providers;
|
||||
using xFileService.Providers;
|
||||
using xServices.Models.Entities;
|
||||
using xStringService.Providers;
|
||||
using xTagService.Providers;
|
||||
// using xStringService.Models.Entities;
|
||||
|
||||
namespace xServices.Databases
|
||||
@@ -28,7 +30,11 @@ namespace xServices.Databases
|
||||
options,
|
||||
config,
|
||||
dynamicEntityHandlers,
|
||||
new string[] { nameof(XStringEntityRegisterar) }
|
||||
new string[] {
|
||||
nameof(XTagEntityRegisterar),
|
||||
nameof(XFileEntityRegisterar),
|
||||
nameof(XStringEntityRegisterar),
|
||||
}
|
||||
)
|
||||
{ }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user