Esempio n. 1
0
 public virtual T getMapper <T>(Type type)
 {
     type = typeof(T);
     return(wrappedSession.getMapper(type));
 }