using Volo.Abp.Data; namespace LifePayment.Domain { public static class LifePaymentServicesDbProperties { public const string ConnectionStringName = "LifePaymentServices"; public static string DbTablePrefix { get; set; } = AbpCommonDbProperties.DbTablePrefix; public static string DbSchema { get; set; } = AbpCommonDbProperties.DbSchema; } }