zhengyuxuan
2025-03-27 ff1462c4d0c4c88b1ef801608284f01ac1e37761
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
    {
    }
}