Esempio n. 1
0
 private static bool ExistsInSession <T>(Guid id)
 {
     return(CurrentSession.ExistsInSession <T>(id));
 }