- Timestamp:
- 10/09/10 19:11:54 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UserManagement/HeuristicLab.Services.Authentication/Interfaces/IAuthenticationService.cs
r4584 r4588 12 12 public interface IAuthenticationService 13 13 { 14 #region User 14 15 [OperationContract] 15 16 User GetUser(Guid id); 17 16 18 [OperationContract] 17 19 IEnumerable<User> GetUsers(); 20 21 [OperationContract] 22 void InsertUser(User user); 23 #endregion 24 18 25 } 19 26 }
Note: See TracChangeset
for help on using the changeset viewer.