13 lines
426 B
C#
13 lines
426 B
C#
using AyCode.Database.DataLayers;
|
|
using AyCode.Database.DbContexts;
|
|
using Mango.Database.DbContexts;
|
|
using Microsoft.EntityFrameworkCore.Storage;
|
|
|
|
namespace Mango.Database.DataLayers;
|
|
|
|
public class DalBase<TDbContext> : AcDalBase<TDbContext>, IDalBase<TDbContext> where TDbContext : DbContextBase
|
|
{
|
|
//public DalBase() : base(new TransferDestinationDbContext("DeveloperDbConnection"))
|
|
//{
|
|
// Ctx.Database. }
|
|
} |