Exemplo n.º 1
0
 public static bool SaveProfileSession(ProfileSession session)
 {
     using (var accessor = new SemanticDataAccess())
     {
         return(accessor.SaveSession(session));
     }
 }