protected List <T> CreateMany <T>(int count) { RegisterDateTimeAssertionForType <T>(); return(FakeDataRepository.CreateMany <T>(count).ToList()); }
protected IEnumerable <T> CreateMany <T>(int count) { return(FakeDataRepository.CreateMany <T>(count)); }