Exemplo n.º 1
0
 public static IEnumerable <ProfileSession> GetUserProfileSessions()
 {
     using (var accessor = new SemanticDataAccess())
     {
         return(accessor.GetAllSessionsForUser().ToArray());
     }
 }