lingling
2025-03-14 6b5c0022a6fdf5c3026650d231530ff6b32a72b4
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
    {
    }
}