Exemplo n.º 1
0
 public override object Replace(object original, object current, ISessionImplementor session, object owner,
                                IDictionary copiedAlready)
 {
     return(userType.Replace(original, current, owner));
 }