1
This commit is contained in:
24
iMES.System/Repositories/Quartz/Sys_QuartzLogRepository.cs
Normal file
24
iMES.System/Repositories/Quartz/Sys_QuartzLogRepository.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*Repository提供数据库操作,如果要增加数据库操作请在当前目录下Partial文件夹Sys_QuartzLogRepository编写代码
|
||||
*/
|
||||
using iMES.System.IRepositories;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.EFDbContext;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.System.Repositories
|
||||
{
|
||||
public partial class Sys_QuartzLogRepository : RepositoryBase<Sys_QuartzLog> , ISys_QuartzLogRepository
|
||||
{
|
||||
public Sys_QuartzLogRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static ISys_QuartzLogRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<ISys_QuartzLogRepository>(); } }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*Repository提供数据库操作,如果要增加数据库操作请在当前目录下Partial文件夹Sys_QuartzOptionsRepository编写代码
|
||||
*/
|
||||
using iMES.System.IRepositories;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.EFDbContext;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.System.Repositories
|
||||
{
|
||||
public partial class Sys_QuartzOptionsRepository : RepositoryBase<Sys_QuartzOptions> , ISys_QuartzOptionsRepository
|
||||
{
|
||||
public Sys_QuartzOptionsRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static ISys_QuartzOptionsRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<ISys_QuartzOptionsRepository>(); } }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
using iMES.System.IRepositories;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
using iMES.Core.EFDbContext;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.System.Repositories
|
||||
{
|
||||
public partial class Sys_MenuRepository
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
24
iMES.System/Repositories/System/Sys_DepartmentRepository.cs
Normal file
24
iMES.System/Repositories/System/Sys_DepartmentRepository.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*Repository提供数据库操作,如果要增加数据库操作请在当前目录下Partial文件夹Sys_DepartmentRepository编写代码
|
||||
*/
|
||||
using iMES.System.IRepositories;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.EFDbContext;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.System.Repositories
|
||||
{
|
||||
public partial class Sys_DepartmentRepository : RepositoryBase<Sys_Department> , ISys_DepartmentRepository
|
||||
{
|
||||
public Sys_DepartmentRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static ISys_DepartmentRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<ISys_DepartmentRepository>(); } }
|
||||
}
|
||||
}
|
||||
24
iMES.System/Repositories/System/Sys_DeptRepository.cs
Normal file
24
iMES.System/Repositories/System/Sys_DeptRepository.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*Repository提供数据库操作,如果要增加数据库操作请在当前目录下Partial文件夹Sys_DeptRepository编写代码
|
||||
*/
|
||||
using iMES.System.IRepositories;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.EFDbContext;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.System.Repositories
|
||||
{
|
||||
public partial class Sys_DeptRepository : RepositoryBase<Sys_Dept> , ISys_DeptRepository
|
||||
{
|
||||
public Sys_DeptRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static ISys_DeptRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<ISys_DeptRepository>(); } }
|
||||
}
|
||||
}
|
||||
24
iMES.System/Repositories/System/Sys_DeptTreeRepository.cs
Normal file
24
iMES.System/Repositories/System/Sys_DeptTreeRepository.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*Repository提供数据库操作,如果要增加数据库操作请在当前目录下Partial文件夹Sys_DeptTreeRepository编写代码
|
||||
*/
|
||||
using iMES.System.IRepositories;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.EFDbContext;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.System.Repositories
|
||||
{
|
||||
public partial class Sys_DeptTreeRepository : RepositoryBase<Sys_DeptTree> , ISys_DeptTreeRepository
|
||||
{
|
||||
public Sys_DeptTreeRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static ISys_DeptTreeRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<ISys_DeptTreeRepository>(); } }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*Repository提供数据库操作,如果要增加数据库操作请在当前目录下Partial文件夹Sys_DictionaryListRepository编写代码
|
||||
*/
|
||||
using iMES.System.IRepositories;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.EFDbContext;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.System.Repositories
|
||||
{
|
||||
public partial class Sys_DictionaryListRepository : RepositoryBase<Sys_DictionaryList> , ISys_DictionaryListRepository
|
||||
{
|
||||
public Sys_DictionaryListRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static ISys_DictionaryListRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<ISys_DictionaryListRepository>(); } }
|
||||
}
|
||||
}
|
||||
26
iMES.System/Repositories/System/Sys_DictionaryRepository.cs
Normal file
26
iMES.System/Repositories/System/Sys_DictionaryRepository.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
/*
|
||||
*Author:COCO
|
||||
* 此代码由框架生成,请勿随意更改
|
||||
*/
|
||||
using iMES.System.IRepositories;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.EFDbContext;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.System.Repositories
|
||||
{
|
||||
public partial class Sys_DictionaryRepository : RepositoryBase<Sys_Dictionary>, ISys_DictionaryRepository
|
||||
{
|
||||
public Sys_DictionaryRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static ISys_DictionaryRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<ISys_DictionaryRepository>(); }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
22
iMES.System/Repositories/System/Sys_LogRepository.cs
Normal file
22
iMES.System/Repositories/System/Sys_LogRepository.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using iMES.System.IRepositories;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
using iMES.Core.EFDbContext;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.System.Repositories
|
||||
{
|
||||
public partial class Sys_LogRepository : RepositoryBase<Sys_Log>, ISys_LogRepository
|
||||
{
|
||||
public Sys_LogRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static ISys_LogRepository GetService
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<ISys_LogRepository>(); }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
22
iMES.System/Repositories/System/Sys_MenuRepository.cs
Normal file
22
iMES.System/Repositories/System/Sys_MenuRepository.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using iMES.System.IRepositories;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
using iMES.Core.EFDbContext;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.System.Repositories
|
||||
{
|
||||
public partial class Sys_MenuRepository : RepositoryBase<Sys_Menu>, ISys_MenuRepository
|
||||
{
|
||||
public Sys_MenuRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static ISys_MenuRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<ISys_MenuRepository>(); }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
26
iMES.System/Repositories/System/Sys_RoleRepository.cs
Normal file
26
iMES.System/Repositories/System/Sys_RoleRepository.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
/*
|
||||
*Author:COCO
|
||||
* 此代码由框架生成,请勿随意更改
|
||||
*/
|
||||
using iMES.System.IRepositories;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.EFDbContext;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.System.Repositories
|
||||
{
|
||||
public partial class Sys_RoleRepository : RepositoryBase<Sys_Role>, ISys_RoleRepository
|
||||
{
|
||||
public Sys_RoleRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static ISys_RoleRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<ISys_RoleRepository>(); }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
26
iMES.System/Repositories/System/Sys_UserRepository.cs
Normal file
26
iMES.System/Repositories/System/Sys_UserRepository.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
/*
|
||||
*Author:COCO
|
||||
* 此代码由框架生成,请勿随意更改
|
||||
*/
|
||||
using iMES.System.IRepositories;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.EFDbContext;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.System.Repositories
|
||||
{
|
||||
public partial class Sys_UserRepository : RepositoryBase<Sys_User>, ISys_UserRepository
|
||||
{
|
||||
public Sys_UserRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static ISys_UserRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<ISys_UserRepository>(); }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
24
iMES.System/Repositories/System/Sys_VersionInfoRepository.cs
Normal file
24
iMES.System/Repositories/System/Sys_VersionInfoRepository.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*Repository提供数据库操作,如果要增加数据库操作请在当前目录下Partial文件夹Sys_VersionInfoRepository编写代码
|
||||
*/
|
||||
using iMES.System.IRepositories;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.EFDbContext;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.System.Repositories
|
||||
{
|
||||
public partial class Sys_VersionInfoRepository : RepositoryBase<Sys_VersionInfo> , ISys_VersionInfoRepository
|
||||
{
|
||||
public Sys_VersionInfoRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static ISys_VersionInfoRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<ISys_VersionInfoRepository>(); } }
|
||||
}
|
||||
}
|
||||
26
iMES.System/Repositories/System/vSys_DictionaryRepository.cs
Normal file
26
iMES.System/Repositories/System/vSys_DictionaryRepository.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
/*
|
||||
*Author:COCO
|
||||
* 此代码由框架生成,请勿随意更改
|
||||
*/
|
||||
using iMES.System.IRepositories;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.EFDbContext;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.System.Repositories
|
||||
{
|
||||
public partial class vSys_DictionaryRepository : RepositoryBase<vSys_Dictionary>, IvSys_DictionaryRepository
|
||||
{
|
||||
public vSys_DictionaryRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static IvSys_DictionaryRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<IvSys_DictionaryRepository>(); }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
24
iMES.System/Repositories/flow/Sys_WorkFlowRepository.cs
Normal file
24
iMES.System/Repositories/flow/Sys_WorkFlowRepository.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*Repository提供数据库操作,如果要增加数据库操作请在当前目录下Partial文件夹Sys_WorkFlowRepository编写代码
|
||||
*/
|
||||
using iMES.System.IRepositories;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.EFDbContext;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.System.Repositories
|
||||
{
|
||||
public partial class Sys_WorkFlowRepository : RepositoryBase<Sys_WorkFlow> , ISys_WorkFlowRepository
|
||||
{
|
||||
public Sys_WorkFlowRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static ISys_WorkFlowRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<ISys_WorkFlowRepository>(); } }
|
||||
}
|
||||
}
|
||||
24
iMES.System/Repositories/flow/Sys_WorkFlowStepRepository.cs
Normal file
24
iMES.System/Repositories/flow/Sys_WorkFlowStepRepository.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*Repository提供数据库操作,如果要增加数据库操作请在当前目录下Partial文件夹Sys_WorkFlowStepRepository编写代码
|
||||
*/
|
||||
using iMES.System.IRepositories;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.EFDbContext;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.System.Repositories
|
||||
{
|
||||
public partial class Sys_WorkFlowStepRepository : RepositoryBase<Sys_WorkFlowStep> , ISys_WorkFlowStepRepository
|
||||
{
|
||||
public Sys_WorkFlowStepRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static ISys_WorkFlowStepRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<ISys_WorkFlowStepRepository>(); } }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*Repository提供数据库操作,如果要增加数据库操作请在当前目录下Partial文件夹Sys_WorkFlowTableAuditLogRepository编写代码
|
||||
*/
|
||||
using iMES.System.IRepositories;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.EFDbContext;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.System.Repositories
|
||||
{
|
||||
public partial class Sys_WorkFlowTableAuditLogRepository : RepositoryBase<Sys_WorkFlowTableAuditLog> , ISys_WorkFlowTableAuditLogRepository
|
||||
{
|
||||
public Sys_WorkFlowTableAuditLogRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static ISys_WorkFlowTableAuditLogRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<ISys_WorkFlowTableAuditLogRepository>(); } }
|
||||
}
|
||||
}
|
||||
24
iMES.System/Repositories/flow/Sys_WorkFlowTableRepository.cs
Normal file
24
iMES.System/Repositories/flow/Sys_WorkFlowTableRepository.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*Repository提供数据库操作,如果要增加数据库操作请在当前目录下Partial文件夹Sys_WorkFlowTableRepository编写代码
|
||||
*/
|
||||
using iMES.System.IRepositories;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.EFDbContext;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.System.Repositories
|
||||
{
|
||||
public partial class Sys_WorkFlowTableRepository : RepositoryBase<Sys_WorkFlowTable> , ISys_WorkFlowTableRepository
|
||||
{
|
||||
public Sys_WorkFlowTableRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static ISys_WorkFlowTableRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<ISys_WorkFlowTableRepository>(); } }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*Repository提供数据库操作,如果要增加数据库操作请在当前目录下Partial文件夹Sys_WorkFlowTableStepRepository编写代码
|
||||
*/
|
||||
using iMES.System.IRepositories;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.EFDbContext;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.System.Repositories
|
||||
{
|
||||
public partial class Sys_WorkFlowTableStepRepository : RepositoryBase<Sys_WorkFlowTableStep> , ISys_WorkFlowTableStepRepository
|
||||
{
|
||||
public Sys_WorkFlowTableStepRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static ISys_WorkFlowTableStepRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<ISys_WorkFlowTableStepRepository>(); } }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*Repository提供数据库操作,如果要增加数据库操作请在当前目录下Partial文件夹FormCollectionObjectRepository编写代码
|
||||
*/
|
||||
using iMES.System.IRepositories;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.EFDbContext;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.System.Repositories
|
||||
{
|
||||
public partial class FormCollectionObjectRepository : RepositoryBase<FormCollectionObject> , IFormCollectionObjectRepository
|
||||
{
|
||||
public FormCollectionObjectRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static IFormCollectionObjectRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<IFormCollectionObjectRepository>(); } }
|
||||
}
|
||||
}
|
||||
24
iMES.System/Repositories/form/FormDesignOptionsRepository.cs
Normal file
24
iMES.System/Repositories/form/FormDesignOptionsRepository.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*Repository提供数据库操作,如果要增加数据库操作请在当前目录下Partial文件夹FormDesignOptionsRepository编写代码
|
||||
*/
|
||||
using iMES.System.IRepositories;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.EFDbContext;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.System.Repositories
|
||||
{
|
||||
public partial class FormDesignOptionsRepository : RepositoryBase<FormDesignOptions> , IFormDesignOptionsRepository
|
||||
{
|
||||
public FormDesignOptionsRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static IFormDesignOptionsRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<IFormDesignOptionsRepository>(); } }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user