Exemple #1
0
 public Task SetAsync <V>(Expression <Func <T, V> > property, V value) => _store.SetAsync(property.GetFullName(), value);