Exemplo n.º 1
0
 public virtual Task <T> GetByIdAsync <T>(object value) where T : class
 => dataReaderAdapter.GetByIdAsync <T>(value);