20 lines
671 B
C#
Raw Permalink Normal View History

2025-06-06 16:00:39 +08:00
/*
*test2019类的业务代码应在此处编写
*使repository.EF/Dapper等信息
*使repository.DbContextBeginTransaction
*使DBServerProvider.
*使UserContext.Current操作
*test2019Service对增ServiceFunFilter
*/
using VOL.Core.BaseProvider;
using VOL.Core.Extensions.AutofacManager;
using VOL.Entity.DomainModels;
using System.Linq;
using VOL.Core.Extensions;
namespace VOL.AppManager.Services
{
public partial class test2019Service
{
}
}