Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/31/12 22:54:22 (12 years ago)
Author:
ascheibe
Message:

#1648 started working on a class which should store all user information on the client side

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ClientUserManagement/HeuristicLab.Clients.Access/3.3/AccessClient.cs

    r7426 r7436  
    108108
    109109    #region Helpers
    110     private static void CallRunCreationService(Action<IAccessService> call) {
     110    public static void CallRunCreationService(Action<IAccessService> call) {
    111111      AccessServiceClient client = ClientFactory.CreateClient<AccessServiceClient, IAccessService>();
    112112      try {
     
    122122      }
    123123    }
    124     private static T CallRunCreationService<T>(Func<IAccessService, T> call) {
     124    public static T CallRunCreationService<T>(Func<IAccessService, T> call) {
    125125      AccessServiceClient client = ClientFactory.CreateClient<AccessServiceClient, IAccessService>();
    126126      try {
Note: See TracChangeset for help on using the changeset viewer.