Exemplo n.º 1
0
 public EfCoreColumnFluent Property <TProperty>(Expression <Func <T, TProperty> > property) => new EfCoreColumnFluent(_tf.Property(property));
Exemplo n.º 2
0
 public EfCoreColumnFluent Property(string property) => new EfCoreColumnFluent(_tf.Property(property));