18 lines
337 B
C#
18 lines
337 B
C#
using EntityFrameworkCore.BootKit;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace BotSharp.Core.Entities
|
|
{
|
|
public static class EntrySynonymDriver
|
|
{
|
|
public static void CreateEntitySynonym(this EntityType agent, Database dc, EntrySynonym entity)
|
|
{
|
|
|
|
}
|
|
|
|
|
|
}
|
|
}
|