public T Find(params object[] key) { return(_servico.Find(key)); }
public TEntity Find(params object[] key) { return(_servicoBase.Find(key)); }