Exemplo n.º 1
0
 protected T Create <T>()
 {
     RegisterDateTimeAssertionForType <T>();
     return(FakeDataRepository.Create <T>());
 }
Exemplo n.º 2
0
 protected T Create <T>()
 {
     return(FakeDataRepository.Create <T>());
 }