Initial_commit_SecMPS_v2
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*Repository提供数据库操作,如果要增加数据库操作请在当前目录下Partial文件夹Sys_FormWorkFlowApplyDataRepository编写代码
|
||||
*/
|
||||
using VolPro.Sys.IRepositories;
|
||||
using VolPro.Core.BaseProvider;
|
||||
using VolPro.Core.EFDbContext;
|
||||
using VolPro.Core.Extensions.AutofacManager;
|
||||
using VolPro.Entity.DomainModels;
|
||||
|
||||
namespace VolPro.Sys.Repositories
|
||||
{
|
||||
public partial class Sys_FormWorkFlowApplyDataRepository : RepositoryBase<Sys_FormWorkFlowApplyData> , ISys_FormWorkFlowApplyDataRepository
|
||||
{
|
||||
public Sys_FormWorkFlowApplyDataRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static ISys_FormWorkFlowApplyDataRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<ISys_FormWorkFlowApplyDataRepository>(); } }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*Repository提供数据库操作,如果要增加数据库操作请在当前目录下Partial文件夹Sys_FormWorkFlowApplyRepository编写代码
|
||||
*/
|
||||
using VolPro.Sys.IRepositories;
|
||||
using VolPro.Core.BaseProvider;
|
||||
using VolPro.Core.EFDbContext;
|
||||
using VolPro.Core.Extensions.AutofacManager;
|
||||
using VolPro.Entity.DomainModels;
|
||||
|
||||
namespace VolPro.Sys.Repositories
|
||||
{
|
||||
public partial class Sys_FormWorkFlowApplyRepository : RepositoryBase<Sys_FormWorkFlowApply> , ISys_FormWorkFlowApplyRepository
|
||||
{
|
||||
public Sys_FormWorkFlowApplyRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static ISys_FormWorkFlowApplyRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<ISys_FormWorkFlowApplyRepository>(); } }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*Repository提供数据库操作,如果要增加数据库操作请在当前目录下Partial文件夹Sys_FormWorkFlowApplyStepRepository编写代码
|
||||
*/
|
||||
using VolPro.Sys.IRepositories;
|
||||
using VolPro.Core.BaseProvider;
|
||||
using VolPro.Core.EFDbContext;
|
||||
using VolPro.Core.Extensions.AutofacManager;
|
||||
using VolPro.Entity.DomainModels;
|
||||
|
||||
namespace VolPro.Sys.Repositories
|
||||
{
|
||||
public partial class Sys_FormWorkFlowApplyStepRepository : RepositoryBase<Sys_FormWorkFlowApplyStep> , ISys_FormWorkFlowApplyStepRepository
|
||||
{
|
||||
public Sys_FormWorkFlowApplyStepRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static ISys_FormWorkFlowApplyStepRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<ISys_FormWorkFlowApplyStepRepository>(); } }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*Repository提供数据库操作,如果要增加数据库操作请在当前目录下Partial文件夹Sys_FormWorkFlowAuditLogRepository编写代码
|
||||
*/
|
||||
using VolPro.Sys.IRepositories;
|
||||
using VolPro.Core.BaseProvider;
|
||||
using VolPro.Core.EFDbContext;
|
||||
using VolPro.Core.Extensions.AutofacManager;
|
||||
using VolPro.Entity.DomainModels;
|
||||
|
||||
namespace VolPro.Sys.Repositories
|
||||
{
|
||||
public partial class Sys_FormWorkFlowAuditLogRepository : RepositoryBase<Sys_FormWorkFlowAuditLog> , ISys_FormWorkFlowAuditLogRepository
|
||||
{
|
||||
public Sys_FormWorkFlowAuditLogRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static ISys_FormWorkFlowAuditLogRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<ISys_FormWorkFlowAuditLogRepository>(); } }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*Repository提供数据库操作,如果要增加数据库操作请在当前目录下Partial文件夹Sys_FormWorkFlowRepository编写代码
|
||||
*/
|
||||
using VolPro.Sys.IRepositories;
|
||||
using VolPro.Core.BaseProvider;
|
||||
using VolPro.Core.EFDbContext;
|
||||
using VolPro.Core.Extensions.AutofacManager;
|
||||
using VolPro.Entity.DomainModels;
|
||||
|
||||
namespace VolPro.Sys.Repositories
|
||||
{
|
||||
public partial class Sys_FormWorkFlowRepository : RepositoryBase<Sys_FormWorkFlow> , ISys_FormWorkFlowRepository
|
||||
{
|
||||
public Sys_FormWorkFlowRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static ISys_FormWorkFlowRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<ISys_FormWorkFlowRepository>(); } }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*Repository提供数据库操作,如果要增加数据库操作请在当前目录下Partial文件夹Sys_FormWorkFlowStepRepository编写代码
|
||||
*/
|
||||
using VolPro.Sys.IRepositories;
|
||||
using VolPro.Core.BaseProvider;
|
||||
using VolPro.Core.EFDbContext;
|
||||
using VolPro.Core.Extensions.AutofacManager;
|
||||
using VolPro.Entity.DomainModels;
|
||||
|
||||
namespace VolPro.Sys.Repositories
|
||||
{
|
||||
public partial class Sys_FormWorkFlowStepRepository : RepositoryBase<Sys_FormWorkFlowStep> , ISys_FormWorkFlowStepRepository
|
||||
{
|
||||
public Sys_FormWorkFlowStepRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static ISys_FormWorkFlowStepRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<ISys_FormWorkFlowStepRepository>(); } }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user