using LifePayment.Domain;
using Volo.Abp.Data;
using Volo.Abp.EntityFrameworkCore;

namespace LifePayment.EntityFrameworkCore
{
    [ConnectionStringName(LifePaymentServicesDbProperties.ConnectionStringName)]
    public interface ILifePaymentServicesDbContext : IEfCoreDbContext
    {
    }
}