Ejemplo n.º 1
0
 public TEntity GetById(int id)
 {
     return(_serviceBase.GetById(id));
 }