Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/27/10 10:48:24 (14 years ago)
Author:
mjesner
Message:

#1196

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UserManagement/HeuristicLab.Services.Authentication/Interfaces/IAuthenticationService.cs

    r4926 r4962  
    2020
    2121        [OperationContract]
    22         bool InsertUser(User user);
     22        Guid InsertUser(User user);
    2323
    2424        [OperationContract]
     
    5050
    5151        [OperationContract]
    52         bool InsertRole(Role role);
     52        Guid InsertRole(Role role);
    5353
    5454        [OperationContract]
     
    6969
    7070        [OperationContract]
    71         bool InsertApplication(Application application);
     71        Guid InsertApplication(Application application);
    7272
    7373        [OperationContract]
     
    7777        IEnumerable<DataTransfer.Application> GetApplications();
    7878
     79
     80        [OperationContract]
     81        bool UpdateApplication(Application application);
     82
    7983        #endregion
    8084
Note: See TracChangeset for help on using the changeset viewer.