Пример #1
0
 public DataErrorService(QMSContext qmsContext)
 {
     this.context = qmsContext;
     repository = new DataErrorRepository(this.context);
     referenceService = new ReferenceService(this.context);            
 }
Пример #2
0
        internal int archiveDayCount = -30; //-30

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