zhengyuxuan
2025-04-03 06f7ccdea12e211d05f6eef75e6e2fb4b493377c
1
2
3
4
5
6
7
8
9
10
11
using LifePayment.Domain;
using Volo.Abp.Data;
using Volo.Abp.EntityFrameworkCore;
 
namespace LifePayment.EntityFrameworkCore
{
    [ConnectionStringName(LifePaymentServicesDbProperties.ConnectionStringName)]
    public interface ILifePaymentServicesDbContext : IEfCoreDbContext
    {
    }
}