Beispiel #1
0
 public TEntity BuscarPorId(int id)
 {
     return(_servicoBase.BuscarPorId(id));
 }