1
This commit is contained in:
24
iMES.Equip/Repositories/Equip/Equip_DevCatalogRepository.cs
Normal file
24
iMES.Equip/Repositories/Equip/Equip_DevCatalogRepository.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*Repository提供数据库操作,如果要增加数据库操作请在当前目录下Partial文件夹Equip_DevCatalogRepository编写代码
|
||||
*/
|
||||
using iMES.Equip.IRepositories;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.EFDbContext;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.Equip.Repositories
|
||||
{
|
||||
public partial class Equip_DevCatalogRepository : RepositoryBase<Equip_DevCatalog> , IEquip_DevCatalogRepository
|
||||
{
|
||||
public Equip_DevCatalogRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static IEquip_DevCatalogRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<IEquip_DevCatalogRepository>(); } }
|
||||
}
|
||||
}
|
||||
24
iMES.Equip/Repositories/Equip/Equip_DeviceRepository.cs
Normal file
24
iMES.Equip/Repositories/Equip/Equip_DeviceRepository.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*Repository提供数据库操作,如果要增加数据库操作请在当前目录下Partial文件夹Equip_DeviceRepository编写代码
|
||||
*/
|
||||
using iMES.Equip.IRepositories;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.EFDbContext;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.Equip.Repositories
|
||||
{
|
||||
public partial class Equip_DeviceRepository : RepositoryBase<Equip_Device> , IEquip_DeviceRepository
|
||||
{
|
||||
public Equip_DeviceRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static IEquip_DeviceRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<IEquip_DeviceRepository>(); } }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*Repository提供数据库操作,如果要增加数据库操作请在当前目录下Partial文件夹Equip_MaintainPaperRepository编写代码
|
||||
*/
|
||||
using iMES.Equip.IRepositories;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.EFDbContext;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.Equip.Repositories
|
||||
{
|
||||
public partial class Equip_MaintainPaperRepository : RepositoryBase<Equip_MaintainPaper> , IEquip_MaintainPaperRepository
|
||||
{
|
||||
public Equip_MaintainPaperRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static IEquip_MaintainPaperRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<IEquip_MaintainPaperRepository>(); } }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*Repository提供数据库操作,如果要增加数据库操作请在当前目录下Partial文件夹Equip_SpotMaintPlanDeviceRepository编写代码
|
||||
*/
|
||||
using iMES.Equip.IRepositories;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.EFDbContext;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.Equip.Repositories
|
||||
{
|
||||
public partial class Equip_SpotMaintPlanDeviceRepository : RepositoryBase<Equip_SpotMaintPlanDevice> , IEquip_SpotMaintPlanDeviceRepository
|
||||
{
|
||||
public Equip_SpotMaintPlanDeviceRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static IEquip_SpotMaintPlanDeviceRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<IEquip_SpotMaintPlanDeviceRepository>(); } }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*Repository提供数据库操作,如果要增加数据库操作请在当前目录下Partial文件夹Equip_SpotMaintPlanProjectRepository编写代码
|
||||
*/
|
||||
using iMES.Equip.IRepositories;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.EFDbContext;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.Equip.Repositories
|
||||
{
|
||||
public partial class Equip_SpotMaintPlanProjectRepository : RepositoryBase<Equip_SpotMaintPlanProject> , IEquip_SpotMaintPlanProjectRepository
|
||||
{
|
||||
public Equip_SpotMaintPlanProjectRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static IEquip_SpotMaintPlanProjectRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<IEquip_SpotMaintPlanProjectRepository>(); } }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*Repository提供数据库操作,如果要增加数据库操作请在当前目录下Partial文件夹Equip_SpotMaintPlanRepository编写代码
|
||||
*/
|
||||
using iMES.Equip.IRepositories;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.EFDbContext;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.Equip.Repositories
|
||||
{
|
||||
public partial class Equip_SpotMaintPlanRepository : RepositoryBase<Equip_SpotMaintPlan> , IEquip_SpotMaintPlanRepository
|
||||
{
|
||||
public Equip_SpotMaintPlanRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static IEquip_SpotMaintPlanRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<IEquip_SpotMaintPlanRepository>(); } }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*Repository提供数据库操作,如果要增加数据库操作请在当前目录下Partial文件夹Equip_SpotMaintWorkOrderRepository编写代码
|
||||
*/
|
||||
using iMES.Equip.IRepositories;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.EFDbContext;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.Equip.Repositories
|
||||
{
|
||||
public partial class Equip_SpotMaintWorkOrderRepository : RepositoryBase<Equip_SpotMaintWorkOrder> , IEquip_SpotMaintWorkOrderRepository
|
||||
{
|
||||
public Equip_SpotMaintWorkOrderRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static IEquip_SpotMaintWorkOrderRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<IEquip_SpotMaintWorkOrderRepository>(); } }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*Repository提供数据库操作,如果要增加数据库操作请在当前目录下Partial文件夹Equip_SpotMaintenanceRepository编写代码
|
||||
*/
|
||||
using iMES.Equip.IRepositories;
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Core.EFDbContext;
|
||||
using iMES.Core.Extensions.AutofacManager;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.Equip.Repositories
|
||||
{
|
||||
public partial class Equip_SpotMaintenanceRepository : RepositoryBase<Equip_SpotMaintenance> , IEquip_SpotMaintenanceRepository
|
||||
{
|
||||
public Equip_SpotMaintenanceRepository(SysDbContext dbContext)
|
||||
: base(dbContext)
|
||||
{
|
||||
|
||||
}
|
||||
public static IEquip_SpotMaintenanceRepository Instance
|
||||
{
|
||||
get { return AutofacContainerModule.GetService<IEquip_SpotMaintenanceRepository>(); } }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user