Пример #1
0
 private void Setup()
 {
     _pncId           = new PNCId("1234-ESDT");
     _suspect         = new Suspect(CriminalOffence.FALSE_ACCOUNTING);
     _anInvestigation = new PoliceInvestigation(_pncId, _suspect);
 }
Пример #2
0
 public PoliceInvestigationTests()
 {
     _pncId               = new PNCId("1234-ESDT");
     _suspect             = new Suspect(CriminalOffence.FALSE_ACCOUNTING);
     _policeInvestigation = new PoliceInvestigation(_pncId, _suspect);
 }