Esempio n. 1
0
 public IConfigureTypes ConfigureProperty <T>(
     Expression <Func <T, object> > property, object value)
 {
     configurer_.ConfigureProperty(property, value);
     return(this);
 }