mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 08:10:51 +08:00
12 lines
282 B
C#
12 lines
282 B
C#
|
|
using Volo.Abp.Domain.Services;
|
|||
|
|
|
|||
|
|
namespace Yi.Framework.CodeGun.Domain.Managers
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// 数据库领域服务,与数据库相关,同步到数据库,web to db ,code to db
|
|||
|
|
/// </summary>
|
|||
|
|
public class DataBaseManger : DomainService
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|