Beispiel #1
0
 public TEntity FindById(Guid id)
 {
     return(repositorioBase.FindById(id));
 }