コード例 #1
0
ファイル: UnitTestBase.cs プロジェクト: Hepsipay/dpay-client
 protected List <T> CreateMany <T>(int count)
 {
     RegisterDateTimeAssertionForType <T>();
     return(FakeDataRepository.CreateMany <T>(count).ToList());
 }
コード例 #2
0
 protected IEnumerable <T> CreateMany <T>(int count)
 {
     return(FakeDataRepository.CreateMany <T>(count));
 }