删除之前废弃的代码
This commit is contained in:
@@ -311,7 +311,6 @@ namespace IRaCIS.Core.Infra.EFCore
|
||||
public virtual DbSet<PreviousOther> PreviousOther { get; set; }
|
||||
public virtual DbSet<PreviousHistory> PreviousHistory { get; set; }
|
||||
|
||||
public virtual DbSet<StudyDTF> StudyDTF { get; set; }
|
||||
public virtual DbSet<DicomStudy> DicomStudys { get; set; }
|
||||
public virtual DbSet<DicomSeries> DicomSeries { get; set; }
|
||||
public virtual DbSet<DicomInstance> DicomInstances { get; set; }
|
||||
@@ -367,7 +366,6 @@ namespace IRaCIS.Core.Infra.EFCore
|
||||
public virtual DbSet<TrialSiteEquipmentSurvey> TrialSiteEquipmentSurvey { get; set; }
|
||||
public virtual DbSet<TrialSiteSurvey> TrialSiteSurvey { get; set; }
|
||||
|
||||
public virtual DbSet<StudyStatusDetail> StudyStatusDetails { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
using IRaCIS.Core.Domain.Models;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace IRaCIS.Core.Infra.EFCore
|
||||
{
|
||||
public interface ITURepository : IRepository<TU>
|
||||
{
|
||||
}
|
||||
public interface ITRRepository : IRepository<TR>
|
||||
{
|
||||
}
|
||||
public interface IRSRepository : IRepository<RS>
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
using IRaCIS.Core.Domain.Models;
|
||||
using IRaCIS.Core.Domain;
|
||||
|
||||
namespace IRaCIS.Core.Infra.EFCore
|
||||
{
|
||||
public interface IWorkloadTPRepository : IRepository<WorkloadTP>
|
||||
{
|
||||
}
|
||||
public interface IWorkloadGlobalRepository : IRepository<WorkloadGlobal>
|
||||
{
|
||||
}
|
||||
public interface IWorkloadADRepository : IRepository<WorkloadAD>
|
||||
{
|
||||
}
|
||||
|
||||
public interface IWorkloadDetailRepository : IRepository<WorkloadDetail>
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -1,27 +0,0 @@
|
||||
using IRaCIS.Core.Infra.EFCore;
|
||||
using IRaCIS.Core.Domain.Models;
|
||||
|
||||
namespace IRaCIS.Core.Infra.EFCore
|
||||
{
|
||||
//public class TURepository : Repository<TU>, ITURepository
|
||||
//{
|
||||
// public TURepository(IRaCISDBContext db) : base(db)
|
||||
// {
|
||||
|
||||
// }
|
||||
//}
|
||||
//public class TRRepository : Repository<TR>, ITRRepository
|
||||
//{
|
||||
// public TRRepository(IRaCISDBContext db) : base(db)
|
||||
// {
|
||||
|
||||
// }
|
||||
//}
|
||||
//public class RSRepository : Repository<RS>, IRSRepository
|
||||
//{
|
||||
// public RSRepository(IRaCISDBContext db) : base(db)
|
||||
// {
|
||||
|
||||
// }
|
||||
//}
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
using IRaCIS.Core.Infra.EFCore;
|
||||
using IRaCIS.Core.Domain.Models;
|
||||
|
||||
namespace IRaCIS.Core.Infra.EFCore
|
||||
{
|
||||
//public class WorkloadTPRepository : Repository<WorkloadTP>, IWorkloadTPRepository
|
||||
//{
|
||||
// public WorkloadTPRepository(IRaCISDBContext db) : base(db)
|
||||
// {
|
||||
|
||||
// }
|
||||
//}
|
||||
//public class WorkloadGlobalRepository : Repository<WorkloadGlobal>, IWorkloadGlobalRepository
|
||||
//{
|
||||
// public WorkloadGlobalRepository(IRaCISDBContext db) : base(db)
|
||||
// {
|
||||
|
||||
// }
|
||||
//}
|
||||
//public class WorkloadADRepository : Repository<WorkloadAD>, IWorkloadADRepository
|
||||
//{
|
||||
// public WorkloadADRepository(IRaCISDBContext db) : base(db)
|
||||
// {
|
||||
|
||||
// }
|
||||
//}
|
||||
|
||||
//public class WorkloadDetailRepository : Repository<WorkloadDetail>, IWorkloadDetailRepository
|
||||
//{
|
||||
// public WorkloadDetailRepository(IRaCISDBContext db) : base(db)
|
||||
// {
|
||||
|
||||
// }
|
||||
//}
|
||||
}
|
||||
Reference in New Issue
Block a user