调整代码生成器

This commit is contained in:
yubaolee
2021-03-14 23:38:11 +08:00
parent d222e8ba39
commit 3e72144f21
5 changed files with 2 additions and 34 deletions

View File

@@ -19,9 +19,6 @@ namespace OpenAuth.App
{
public BaseIntAutoGenApp(IUnitWork<TDbContext> unitWork, IRepository<T,TDbContext> repository, IAuth auth) : base(unitWork, repository, auth)
{
UnitWork = unitWork;
Repository = repository;
_auth = auth;
}
/// <summary>