LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs
@@ -1,4 +1,5 @@ using LifePayment.Domain; using LifePayment.Domain.Models; using Microsoft.EntityFrameworkCore; using Volo.Abp.Data; using Volo.Abp.EntityFrameworkCore; @@ -15,6 +16,12 @@ } public virtual DbSet<LifePayUser> LifePayUser { get; set; } public virtual DbSet<LifePayOrder> LifePayOrder { get; set; } public virtual DbSet<LifePayRate> LifePayRate { get; set; } [UnitOfWork] protected override void OnModelCreating(ModelBuilder builder) {