Ejemplo n.º 1
0
 public void Move(Data.AuditPropertyValue from, object to)
 {
     if (to != null)
     {
         _setter((THost)to, from.GetValue <TProp>());
     }
 }
Ejemplo n.º 2
0
 public object GetValue(Data.AuditPropertyValue v)
 {
     return(v.GetValue <T>());
 }