コード例 #1
0
 public static Gebruiker GeefGebruiker(this HttpSessionStateBase session)
 {
     return(session.GeefBllObject(i => new Gebruiker(i)));
 }