Exemplo n.º 1
0
 public override IEnumerable <T> RetrieveAll <T>()
 {
     return(ReadRepository.RetrieveAll <T>());
 }
Exemplo n.º 2
0
 public override IEnumerable <object> RetrieveAll(Type type)
 {
     return(ReadRepository.RetrieveAll(type));
 }