コード例 #1
0
ファイル: DataErrorService.cs プロジェクト: GSA/HRIT-QMS-3.1
 public DataErrorService(QMSContext qmsContext)
 {
     this.context = qmsContext;
     repository = new DataErrorRepository(this.context);
     referenceService = new ReferenceService(this.context);            
 }
コード例 #2
0
ファイル: DataErrorService.cs プロジェクト: GSA/HRIT-QMS-3.1
        internal int archiveDayCount = -30; //-30

#region "Constructor's"
        public DataErrorService()
        {
            repository = new DataErrorRepository(this.context);
            referenceService = new ReferenceService(this.context);
        }