public GeneralTestService() { _citiTestRepository = new CitiTestRepository(); }
public CitiAssignmentTestService() { _citiTestRepository = new CitiTestRepository(); }
public OutgoingMaintenanceTestService() { _finalItems = new List <BaseRecord>(); _fileItems = new Dictionary <string, Dictionary <int, List <BaseRecord> > >(); _citiTestRepository = new CitiTestRepository(); }