示例#1
0
 protected T Create <T>()
 {
     RegisterDateTimeAssertionForType <T>();
     return(FakeDataRepository.Create <T>());
 }
示例#2
0
 protected T Create <T>()
 {
     return(FakeDataRepository.Create <T>());
 }